public class DelegateRemoteNode extends BACIRemoteNode
| Constructor and Description |
|---|
DelegateRemoteNode(java.lang.String name,
TreeHandlerBean parentTreeHandler,
BACIRemoteNode remoteNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Insert the method's description here.
|
void |
disconnect()
Insert the method's description here.
|
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.
|
BACIRemoteNode |
getRemoteNode() |
boolean |
isConnected()
Insert the method's description here.
|
boolean |
isNonSticky()
This method is needed by the OE GUI to render tree cells according to
the connection state of the node, and to show an appropriate popup menu
|
void |
setCORBARef(org.omg.CORBA.Object ref)
Insert the method's description here.
|
void |
setIFDesc(FullInterfaceDescription desc)
Insert the method's description here.
|
void |
setNonSticky(boolean isNonSticky) |
isDeviceareChildrenDefined, 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 DelegateRemoteNode(java.lang.String name,
TreeHandlerBean parentTreeHandler,
BACIRemoteNode remoteNode)
public BACIRemoteNode getRemoteNode()
public org.omg.CORBA.Object getCORBARef()
BACIRemoteNodegetCORBARef in interface BACIRemotegetCORBARef in class BACIRemoteNodepublic FullInterfaceDescription getIFDesc()
BACIRemoteNodegetIFDesc in interface BACIRemotegetIFDesc in class BACIRemoteNodepublic void setCORBARef(org.omg.CORBA.Object ref)
BACIRemoteNodesetCORBARef in interface BACIRemotesetCORBARef in class BACIRemoteNoderef - org.omg.CORBA.Objectpublic void setIFDesc(FullInterfaceDescription desc)
BACIRemoteNodesetIFDesc in interface BACIRemotesetIFDesc in class BACIRemoteNodedesc - org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionpublic Attribute[] getAttributes()
BACIRemoteNodegetAttributes in interface SimpleIntrospectablegetAttributes in class BACIRemoteNodepublic java.lang.String getName()
BACIRemoteNodetoString() 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 BACIRemoteNodethispublic Operation[] getOperations()
BACIRemoteNodegetOperations in interface SimpleIntrospectablegetOperations in class BACIRemoteNodepublic void connect()
BACIRemoteNodeconnect in interface Introspectableconnect in class BACIRemoteNodepublic void disconnect()
BACIRemoteNodedisconnect in interface Introspectabledisconnect in class BACIRemoteNodepublic boolean isConnected()
BACIRemoteNodeisConnected in interface IntrospectableisConnected in class BACIRemoteNodepublic boolean isNonSticky()
IntrospectableisNonSticky in interface IntrospectableisNonSticky in class BACIRemoteNodepublic void setNonSticky(boolean isNonSticky)
setNonSticky in class BACIRemoteNodeisNonSticky - the isNonSticky to set