Public Member Functions | |
| BACIRemoteNode (int newType, String name, Object data, si.ijs.acs.objectexplorer.OETree newParentTree, BACIRemoteAccess ra) | |
| void | connect () |
| synchronized void | disconnect () |
| Attribute[] | getAttributes () |
| synchronized org.omg.CORBA.Object | getCORBARef () |
| synchronized org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription | getIFDesc () |
| java.lang.String | getName () |
| Operation[] | getOperations () |
| boolean | isConnected () |
| synchronized void | setCORBARef (org.omg.CORBA.Object ref) |
| synchronized void | setIFDesc (org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription desc) |
| boolean | isDevice () |
| boolean | isNonSticky () |
| void | setNonSticky (boolean isNonSticky) |
Package Attributes | |
| BACIRemoteAccess | ra = null |
Insert the type's description here. Creation date: (1.11.2000 19:59:25)
| si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.BACIRemoteNode | ( | int | newType, | |
| String | name, | |||
| Object | data, | |||
| si.ijs.acs.objectexplorer.OETree | newParentTree, | |||
| BACIRemoteAccess | ra | |||
| ) |
BACIRemoteNode constructor comment.
| newType | int | |
| name | java.lang.String | |
| data | java.lang.Object | |
| newParentTree | si.ijs.acs.objectexplorer.OETree |
References si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getIcon().
| void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.connect | ( | ) |
Insert the method's description here. Creation date: (7.11.2000 21:44:07)
Implements si.ijs.acs.objectexplorer.engine.Introspectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
References si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.connect(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.ra.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.connect().
| synchronized void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.disconnect | ( | ) |
Insert the method's description here. Creation date: (7.11.2000 21:44:07)
Implements si.ijs.acs.objectexplorer.engine.Introspectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
References si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.ra.
Referenced by si.ijs.acs.objectexplorer.TreeHandlerBean.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.disconnect(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect().
| Attribute [] si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getAttributes | ( | ) |
Insert the method's description here. Creation date: (7.11.2000 22:31:44)
Implements si.ijs.acs.objectexplorer.engine.SimpleIntrospectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
References si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getAttributes(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.ra.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.getAttributes().
| synchronized org.omg.CORBA.Object si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getCORBARef | ( | ) |
Insert the method's description here. Creation date: (9.11.2000 21:47:30)
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.connect(), si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect(), si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.getCORBARef(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.isConnected().
| synchronized org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getIFDesc | ( | ) |
Insert the method's description here. Creation date: (9.11.2000 21:47:30)
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.getIFDesc().
| java.lang.String si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getName | ( | ) |
Returns the name of this introspectable. Note that the implementing object should overload the toString() method to return the same value to provide GUI with a standardized way to display the introspectable in components such as lists or trees.
this Implements si.ijs.acs.objectexplorer.engine.SimpleIntrospectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
References si.ijs.acs.objectexplorer.OETreeNode.getNodeType().
Referenced by si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.explodeTreeNode().
| Operation [] si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getOperations | ( | ) |
Insert the method's description here. Creation date: (7.11.2000 21:49:32)
| i | si.ijs.acs.objectexplorer.engine.Introspectable |
Implements si.ijs.acs.objectexplorer.engine.SimpleIntrospectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
References si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.getOperations(), and si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.ra.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.getOperations().
| boolean si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.isConnected | ( | ) |
Insert the method's description here. Creation date: (3/26/2001 8:07:57 PM)
26.3.2001 Created by Miha
Implements si.ijs.acs.objectexplorer.engine.Introspectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
References si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getCORBARef().
Referenced by si.ijs.acs.objectexplorer.TreeHandlerBean.disconnect(), and si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.isConnected().
| boolean si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.isDevice | ( | ) |
References si.ijs.acs.objectexplorer.OETreeNode.getNodeType().
Referenced by si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteAccess.disconnect().
| boolean si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.isNonSticky | ( | ) |
Implements si.ijs.acs.objectexplorer.engine.Introspectable.
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
| synchronized void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.setCORBARef | ( | org.omg.CORBA.Object | ref | ) |
Insert the method's description here. Creation date: (9.11.2000 23:52:02)
| ref | org.omg.CORBA.Object |
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.setCORBARef().
| synchronized void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.setIFDesc | ( | org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription | desc | ) |
Insert the method's description here. Creation date: (9.11.2000 23:55:21)
| desc | org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription |
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.setIFDesc().
| void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.setNonSticky | ( | boolean | isNonSticky | ) |
| isNonSticky | the isNonSticky to set |
Reimplemented in si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode.setNonSticky().
BACIRemoteAccess si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.ra = null [package] |
1.7.0