Definition at line 55 of file CORBA_quo.java.
Public Member Functions | |
CORBA_quo (String args[]) | |
Construct a CORBA_quo object. | |
Protected Member Functions | |
void | runServer (String name, final Servant servant) throws Exception |
Attach the given Servant object to the ORB and interpose it with a broker delegate. | |
Static Package Functions | |
[static initializer] | |
Load some native libraries. | |
Static Private Member Functions | |
String | readFileIOR (String ior) |
Convert a file:// style IOR into an IOR: style one. | |
Private Attributes | |
String | args [] |
Arguments to the ORB. | |
ORB | orb |
The main ORB object. | |
Static Private Attributes | |
final String | MANAGER_IOR |
The IOR for the Broker::Manager object. | |
final String | QUO_KERNEL_IOR |
The IOR for the Broker's QuoKernel object. | |
final String | TASK_IOR |
The IOR for the Broker::TaskFactory object. |
|
Construct a CORBA_quo object.
Definition at line 139 of file CORBA_quo.java. |
|
Convert a file:// style IOR into an IOR: style one. XXX Technically, this shouldn't be needed.
Definition at line 73 of file CORBA_quo.java. |
|
Attach the given Servant object to the ORB and interpose it with a broker delegate.
Definition at line 154 of file CORBA_quo.java. References manager, MANAGER_IOR, orb, QUO_KERNEL_IOR, rtt, and TASK_IOR. |
|
Initial value: readFileIOR(System.getProperty("edu.utah.broker.manager", "file://manager.ior"))
Definition at line 107 of file CORBA_quo.java. Referenced by runServer(). |
|
Initial value: readFileIOR(System.getProperty("edu.utah.broker.quo-kernel", "file://quoKernel.ior"))
Definition at line 114 of file CORBA_quo.java. Referenced by runServer(). |
|
Initial value: readFileIOR(System.getProperty("edu.utah.broker.task"))
Definition at line 121 of file CORBA_quo.java. Referenced by runServer(). |