Public Member Functions | Package Attributes

si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode Class Reference

Inheritance diagram for si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode:
si.ijs.acs.objectexplorer.engine.BACI.BACITreeDataNode si.ijs.acs.objectexplorer.engine.BACI.BACIRemote si.ijs.acs.objectexplorer.engine.Introspectable si.ijs.acs.objectexplorer.OETreeNode si.ijs.acs.objectexplorer.engine.SimpleIntrospectable si.ijs.acs.objectexplorer.engine.SimpleIntrospectable si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode

List of all members.

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

Detailed Description

Insert the type's description here. Creation date: (1.11.2000 19:59:25)

Author:
:

Constructor & Destructor Documentation

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.

Parameters:
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().


Member Function Documentation

void si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.connect (  ) 
synchronized org.omg.CORBA.Object si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.getCORBARef (  ) 
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)

Returns:
org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription

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.

Returns:
name of 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().

boolean si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.isConnected (  ) 
boolean si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode.isDevice (  ) 
Returns:
true if this is a device (component) node

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 (  ) 
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)

Parameters:
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)

Parameters:
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  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties