|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--soaprmi.server.RemoteObject
|
+--soaprmi.server.UnicastRemoteObject
|
+--samples.appMan.ControlImpl
This is the implementation of the Port samples.idl.control.ProvidesControl
| Field Summary | |
private AppManComponent |
amc
|
private static soaprmi.util.logging.Logger |
logger
|
| Fields inherited from class soaprmi.server.UnicastRemoteObject |
defaultServices, l |
| Fields inherited from class soaprmi.server.RemoteObject |
port |
| Constructor Summary | |
ControlImpl(AppManComponent amc)
The constructor has to call the superclass constructor as this is a remote object. |
|
| Method Summary | |
int |
kill()
This method kills the component. |
int |
start()
The start method starts up the component. |
| Methods inherited from class soaprmi.server.UnicastRemoteObject |
|
| Methods inherited from class soaprmi.server.RemoteObject |
equals, getReference, getSoapRMIPort, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
| Field Detail |
private AppManComponent amc
private static soaprmi.util.logging.Logger logger
| Constructor Detail |
public ControlImpl(AppManComponent amc)
throws soaprmi.RemoteException
amc - Handle to the Component which contains it| Method Detail |
public int start()
start in interface Control_idlpublic int kill()
kill in interface Control_idl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||