|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAF2Main
public class AF2Main
The class AF2Main provides the main entry point into the AF2 Server. It instantiates the main Robot and frame grabber classes, starts up the CORBA services, and then enters the CORBA message loop.
Field Summary | |
---|---|
private java.lang.String |
ORBInitialHost
|
private java.lang.String |
ORBInitialPort
|
private static org.omg.CORBA.ORB |
theorb
|
Constructor Summary | |
---|---|
AF2Main()
AF2Main's constructor |
Method Summary | |
---|---|
private void |
CORBA_Connect(java.lang.String[] args,
java.lang.String theInstrument)
Contact the ORB, and register with the name server as a CORBA server |
static org.omg.CORBA.ORB |
getOrb()
Get the AF2's reference to the ORB |
static void |
main(java.lang.String[] args)
AF2' main entry point |
private void |
test()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.String ORBInitialHost
private final java.lang.String ORBInitialPort
private static org.omg.CORBA.ORB theorb
Constructor Detail |
---|
public AF2Main()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The command line argumentsprivate void test()
private void CORBA_Connect(java.lang.String[] args, java.lang.String theInstrument)
args
- The command line argumentstheInstrument
- The name of the instrumentpublic static org.omg.CORBA.ORB getOrb()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |