|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transmitter
Describes the methods that all Ponder2 comms protocols for inter-SMC communication must supply
| Method Summary | |
|---|---|
Transmitter |
connect(java.net.URI address)
creates and connects a Transmitter to a remote location. |
P2Object |
execute(java.net.URI address,
OID target,
P2Object source,
java.lang.String op,
P2Object[] args)
executes commands at a remote managed object. |
P2Object |
getObject(java.net.URI address,
java.lang.String path)
gets a managed object from a remote SMC |
boolean |
ping(java.net.URI address)
Checks to see if the remote service is up and running. |
| Method Detail |
|---|
Transmitter connect(java.net.URI address)
throws Ponder2RemoteException
address - the location that this protocol is to be connected to
Ponder2RemoteExceptionboolean ping(java.net.URI address)
address - the address of the remote service
P2Object getObject(java.net.URI address,
java.lang.String path)
throws Ponder2Exception
address - the address of the remote SMCpath - the full path name of the remote managed object
Ponder2Exception - if an exception occurs in the remote system
P2Object execute(java.net.URI address,
OID target,
P2Object source,
java.lang.String op,
P2Object[] args)
throws Ponder2Exception
address - the address of the remote SMCtarget - the remote object's OIDsource - the originator of the operationop - the operation to be performedargs - the arguments for the operation
Ponder2Exception - if an exception occurs in the remote system
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||