Class RestrictedInterposition
java.lang.Object
com.arjuna.ats.internal.jts.interposition.resources.arjuna.Interposition
com.arjuna.ats.internal.jts.interposition.resources.restricted.RestrictedInterposition
-
Field Summary
Fields inherited from class com.arjuna.ats.internal.jts.interposition.resources.arjuna.Interposition
_head
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ControlImple
checkHierarchy
(ServerTopLevelAction hier, PropagationContext context) static ControlImple
create
(PropagationContext context) protected ControlImple
createHierarchy
(PropagationContext ctx, Uid tlUid) setupHierarchy
(PropagationContext context) Methods inherited from class com.arjuna.ats.internal.jts.interposition.resources.arjuna.Interposition
compareHierarchies, destroy, present, removeHierarchy
-
Constructor Details
-
RestrictedInterposition
public RestrictedInterposition()
-
-
Method Details
-
create
- Throws:
org.omg.CORBA.SystemException
-
setupHierarchy
- Overrides:
setupHierarchy
in classInterposition
- Throws:
org.omg.CORBA.SystemException
-
createHierarchy
protected ControlImple createHierarchy(PropagationContext ctx, Uid tlUid) throws org.omg.CORBA.SystemException - Overrides:
createHierarchy
in classInterposition
- Throws:
org.omg.CORBA.SystemException
-
checkHierarchy
protected ControlImple checkHierarchy(ServerTopLevelAction hier, PropagationContext context) throws org.omg.CORBA.SystemException - Overrides:
checkHierarchy
in classInterposition
- Throws:
org.omg.CORBA.SystemException
-