org.oddjob.persist
Class SilhouetteFactory
java.lang.Object
org.oddjob.persist.SilhouetteFactory
public class SilhouetteFactory
- extends Object
Capture as much serializable information about a job
hierarchy as possible. This serialized form of the hierarchy
is know as it's silhouette.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SilhouetteFactory
public SilhouetteFactory()
create
public Object create(Object subject,
ArooaSession session)
- Create a silhouette of the subject and it's children.
- Parameters:
subject
- session
-
- Returns: