|
Public Member Functions |
| BACIRemoteAccess (TreeHandlerBean treeHandler, NotificationBean notifier) |
void | destroy () |
OETreeNode[] | explodeTreeNode (OETreeNode node) |
boolean | getCaching () |
javax.swing.JMenu | getEngineMenu () |
Invocation[] | getInvocations () |
OETreeNode[] | getTreeRoots () |
void | initialize () |
Contained | lookupId (String id) |
void | run () |
void | setCaching (boolean value) |
| BACIRemoteAccess (TreeHandlerBean parent, NotificationBean notifier, Hashtable devices) |
synchronized void | destroy () |
synchronized OETreeNode[] | explodeRootNodeByName () |
BACITreeDataNode | getTreeForName (BACITreeDataNode root, int pathIndex, String[] names) |
void | removeSingleDeviceDummies (BACITreeDataNode parent, int index, BACITreeDataNode node) |
OETreeNode[] | explodeTreeNode (OETreeNode node) |
synchronized OETreeNode[] | explodeDummyNode (BACITreeDataNode node) |
boolean | getCaching () |
javax.swing.JMenu | getEngineMenu () |
Invocation[] | getInvocations () |
OETreeNode[] | getTreeRoots () |
void | initialize () |
void | synchronizeInternalParentConnect (BACIRemoteNode baciNode) |
Contained | lookupId (String id) |
void | run () |
void | setCaching (boolean value) |
void | setConnectNonSticky (boolean connectNonSticky) |
Static Public Attributes |
final short | DOMAIN = 0 |
final short | TYPE = 1 |
final short | DEVICE = 2 |
final short | PROPERTY = 3 |
final short | ATTRIBUTE = 4 |
final short | TRANSIENT = 5 |
final int | POLL_TIMEOUT = 5000 |
final int | POLL_SLEEP = 50 |
final String | MANAGER_CORBALOC = "ACS.manager" |
final String | IR_CORBALOC = "ACS.repository" |
final String | strict = "false" |
final short | DUMMY = 6 |
int | POLL_TIMEOUT = 5000 |
final String | PROPERTY_POOL_TIMEOUT = "objexp.pool_timeout" |
final String | CONNECT_NON_STICKY_FLAG = "objexp.connect_non_sticky" |
Package Functions |
synchronized void | connect (Introspectable target) |
synchronized void | disconnect (Introspectable target) |
Attribute[] | getAttributes (BACIRemote target) |
Dispatcher | getDispatcher () |
Icon | getIcon (short type) |
BACIIntrospector | getIntrospector () |
NotificationBean | getNotifier () |
Operation[] | getOperations (BACIRemote target) |
java.lang.Object | invoke (BACIRemote node, BACIOperation op, java.lang.Object[] explicitParams, RemoteResponseCallback cb) |
BACIRemoteCall | invokeAccessor (BACIAttribute att) |
BACIRemoteCall | invokeMutator (BACIAttribute att) |
boolean | isStrict () |
synchronized void | connect (Introspectable target) |
synchronized void | disconnect (Introspectable target) |
Attribute[] | getAttributes (BACIRemote target) |
Dispatcher | getDispatcher () |
Icon | getIcon (short type) |
BACIIntrospector | getIntrospector () |
NotificationBean | getNotifier () |
Operation[] | getOperations (BACIRemote target) |
java.lang.Object | invoke (BACIRemote node, BACIOperation op, java.lang.Object[] explicitParams, RemoteResponseCallback cb) |
BACIRemoteCall | invokeAccessor (BACIAttribute att) |
BACIRemoteCall | invokeMutator (BACIAttribute att) |
boolean | isStrict () |
Private Member Functions |
synchronized OETreeNode[] | explodeDeviceNode (BACIRemoteNode node) |
synchronized BACITreeDataNode[] | explodeDomainNode (BACITreeDataNode n) |
synchronized OETreeNode[] | explodeRootNode () |
synchronized OETreeNode[] | explodeTypeNode (BACITreeDataNode node) |
FullInterfaceDescription | getIFDesc (String id) |
Invocation | internalInvokeInvocation (BACIRemote target, BACIOperation op, java.lang.Object[] params, RemoteResponseCallback cb) |
BACIRemoteCall | internalInvokeTrivial (BACIRemote target, Operation op, java.lang.Object[] params) |
void | internalManagerConnect (BACIRemoteNode baciNode) |
void | internalParentConnect (BACIRemoteNode baciNode) |
void | resolveManager () |
synchronized OETreeNode[] | explodeDeviceNode (BACIRemoteNode node) |
synchronized BACITreeDataNode[] | explodeDomainNode (BACITreeDataNode n) |
synchronized BACITreeDataNode[] | explodeDomainNodeByName (BACITreeDataNode n) |
synchronized OETreeNode[] | explodeRootNodeByType () |
synchronized OETreeNode[] | explodeTypeNode (BACITreeDataNode node) |
FullInterfaceDescription | getIFDesc (String id) |
Invocation | internalInvokeInvocation (BACIRemote target, BACIOperation op, java.lang.Object[] params, RemoteResponseCallback cb) |
BACIRemoteCall | internalInvokeTrivial (BACIRemote target, Operation op, java.lang.Object[] params) |
void | logACSException (Exception exceptionThrown) |
boolean | checkFromACSCompletion (java.lang.Object param) |
void | internalManagerConnect (BACIRemoteNode baciNode) throws AcsJObjectExplorerConnectEx |
void | internalParentConnect (BACIRemoteNode baciNode) |
void | internalParentConnect (BACIRemoteNode baciNode, boolean doSync) |
void | checkException (Object target, Request req) throws Exception |
void | resolveManager () |
Static Private Member Functions |
BACIRemoteNode | getDeviceFromTarget (Object target) |
Private Attributes |
TreeHandlerBean | treeHandler = null |
NotificationBean | notifier = null |
ArrayList | invocations = new ArrayList() |
Dispatcher | dispatcher = null |
ArrayList | connected = new ArrayList() |
BACIIntrospector | baciIntrospector = new BACIIntrospector(this) |
boolean | ORBdebug = false |
String | managerLoc = null |
ORB | orb = null |
Thread | orbThread = null |
Manager | manager = null |
int | handle = 0 |
COBInfo[] | infos = null |
ClientImpl | client = null |
Repository | rep = null |
HashMap | interfaceDescriptions = new HashMap() |
HashMap | attributeIntrospected = new HashMap() |
HashMap | operationsIntrospected = new HashMap() |
boolean | bufferDescs = true |
TreeHandlerBean | parent = null |
ArrayList< String > | connected = new ArrayList<String>() |
ComponentInfo[] | infos = null |
Hashtable | devices = null |
boolean | destroyed = false |
boolean | connectNonSticky = false |
Static Private Attributes |
HashMap | descriptions = new HashMap() |
HashMap | operationListDescriptions = new HashMap() |