Class Interposition
java.lang.Object
com.arjuna.ats.internal.jts.interposition.resources.arjuna.Interposition
- Direct Known Subclasses:
OSIInterposition
,RestrictedInterposition
,StrictInterposition
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ControlImple
checkHierarchy
(ServerTopLevelAction hier, PropagationContext context) protected final void
compareHierarchies
(PropagationContext ctx, ServerTopLevelAction action) static ControlImple
create
(PropagationContext context) protected ControlImple
createHierarchy
(PropagationContext ctx, Uid tlUid) static boolean
protected final ServerTopLevelAction
protected final boolean
removeHierarchy
(Uid theUid) setupHierarchy
(PropagationContext context)
-
Field Details
-
_head
-
-
Constructor Details
-
Interposition
public Interposition()
-
-
Method Details
-
create
- Throws:
org.omg.CORBA.SystemException
-
destroy
-
setupHierarchy
- Throws:
org.omg.CORBA.SystemException
-
present
-
createHierarchy
protected ControlImple createHierarchy(PropagationContext ctx, Uid tlUid) throws org.omg.CORBA.SystemException - Throws:
org.omg.CORBA.SystemException
-
checkHierarchy
protected ControlImple checkHierarchy(ServerTopLevelAction hier, PropagationContext context) throws org.omg.CORBA.SystemException - Throws:
org.omg.CORBA.SystemException
-
removeHierarchy
-
compareHierarchies
-