|
||||||||
| 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
|
+--demo.PrintEnvControlImpl
Implementation of the ProvidesParamControl interface. Extends soaprmi.UnicastRemoteObject.
| Fields inherited from class soaprmi.server.RemoteObject |
port |
| Constructor Summary | |
PrintEnvControlImpl(PrintEnvComponent _pec)
Must explicitly call the superclass constructor as this is a remote object. |
|
| Method Summary | |
int |
kill()
Method defined by the Control_idl interface. |
int |
sendParameter(java.lang.Object[] param)
Method defined by the Parameter_idl interface. |
int |
start()
Method defined by the Control_idl interface. |
| Methods inherited from class soaprmi.server.UnicastRemoteObject |
exportObject, exportObject, exportObject, exportObject, exportObject, exportObject, exportObject, exportObject, getDefaultServices, setDefaultServices |
| Methods inherited from class soaprmi.server.RemoteObject |
equals, getReference, getSoapRMIPort, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PrintEnvControlImpl(PrintEnvComponent _pec)
throws soaprmi.RemoteException
_pec - reference to the underlying component
(PrintEnvComponent).| Method Detail |
public int start()
start in interface samples.idl.control.Control_idlpublic int kill()
kill in interface samples.idl.control.Control_idlpublic int sendParameter(java.lang.Object[] param)
sendParameter in interface samples.idl.echo.Parameter_idlparam - an array of Objects representing
the arguments of the method to be
called. In this implementation,
it is assumed that there is only
one: an array of Strings.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||