|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDereferencingException | |
com.oakgrovesystems.reactor | |
com.oakgrovesystems.reactor.client | |
com.oakgrovesystems.util |
Uses of ObjectDereferencingException in com.oakgrovesystems.reactor |
Methods in com.oakgrovesystems.reactor that throw ObjectDereferencingException | |
java.lang.Object |
ReactorObjectId.dereference(java.lang.Class type)
Gets the referenced object from the persistence service. |
java.lang.Object |
ReactorObjectId.dereference(java.lang.Class type,
java.util.Map map,
boolean addToMap)
Gets the referenced object from the Map. |
java.lang.Object |
ReactorObjectId.dereference(java.util.Map map)
Gets the referenced object from the Map. |
java.lang.Object |
ReactorObjectId.dereference(java.lang.Class type,
java.util.Map map)
Gets the referenced object from the Map. |
Uses of ObjectDereferencingException in com.oakgrovesystems.reactor.client |
Methods in com.oakgrovesystems.reactor.client that throw ObjectDereferencingException | |
java.util.Set |
ProcessNavigator.getDescendantProcesses(com.oakgrovesystems.reactor.ReactorObjectId processId)
Returns a Set of ReactorObjectIds for all descendant processes using ReactorObjectId.dereference(Process.class, map) to descend the descendant tree. |
java.util.Set |
ProcessNavigator.getDescendantAssociations(com.oakgrovesystems.reactor.ReactorObjectId processId)
Returns a Set of ReactorObjectIds for all descendant objects using ReactorObjectId.dereference(Process.class, map) to descend the descendant tree. |
java.util.Set |
ProcessNavigator.getSiblings(com.oakgrovesystems.reactor.ReactorObjectId processId)
Gets the siblings by calling parent.dereference(Process.class, map) Returns ReactorObjectIds for this object's siblings Returns null if parent==null. |
Uses of ObjectDereferencingException in com.oakgrovesystems.util |
Methods in com.oakgrovesystems.util that throw ObjectDereferencingException | |
java.lang.Object |
ObjectReference.dereference(java.lang.Class type)
Returns a reference to a java representation of the object referenced by this ObjectReference. |
Constructors in com.oakgrovesystems.util that throw ObjectDereferencingException | |
Navigator(com.oakgrovesystems.reactor.processMediation.Policy policy,
java.lang.String authToken)
Constructs navigator object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |