public class DelegateInvocation extends BACIInvocation
childrenHolder| Constructor and Description |
|---|
DelegateInvocation(BACIInvocation invocation,
OETree parentTree,
BACIRemoteAccess ra) |
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
getAttributes()
Insert the method's description here.
|
org.omg.CORBA.Object |
getCORBARef()
Insert the method's description here.
|
FullInterfaceDescription |
getIFDesc()
Insert the method's description here.
|
java.lang.String |
getName()
Returns the name of this introspectable.
|
Operation[] |
getOperations()
Insert the method's description here.
|
void |
setCORBARef(org.omg.CORBA.Object ref)
Insert the method's description here.
|
void |
setIFDesc(FullInterfaceDescription desc)
Insert the method's description here.
|
destroyDueToTimeout, getDisplayName, isControllable, setRemoteCalldestroy, getCallback, getInvocationRequest, isDestroyed, isDestroyRequested, requestDestroyareChildrenDefined, compareTo, getChildCount, getIcon, getNodeType, getParentTree, isIntrospectable, isLeaf, setChildrenDefined, setParentTree, toStringadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic DelegateInvocation(BACIInvocation invocation, OETree parentTree, BACIRemoteAccess ra)
public org.omg.CORBA.Object getCORBARef()
BACIInvocationgetCORBARef in interface BACIRemotegetCORBARef in class BACIInvocationpublic FullInterfaceDescription getIFDesc()
BACIInvocationgetIFDesc in interface BACIRemotegetIFDesc in class BACIInvocationpublic void setCORBARef(org.omg.CORBA.Object ref)
BACIInvocationsetCORBARef in interface BACIRemotesetCORBARef in class BACIInvocationref - org.omg.CORBA.Objectpublic void setIFDesc(FullInterfaceDescription desc)
BACIInvocationsetIFDesc in interface BACIRemotesetIFDesc in class BACIInvocationdesc - org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionpublic Attribute[] getAttributes()
BACIInvocationgetAttributes in interface SimpleIntrospectablegetAttributes in class BACIInvocationpublic java.lang.String getName()
BACIInvocationtoString() method to return the same
value to provide GUI with a standardized way to
display the introspectable in components such as
lists or trees.getName in interface SimpleIntrospectablegetName in class BACIInvocationthispublic Operation[] getOperations()
BACIInvocationgetOperations in interface SimpleIntrospectablegetOperations in class BACIInvocation