|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This RMI interface defines a factory interface for creating remote server objects from an RMI client to the RMI server. The server objects are created by the create... calls and references passed back to the client.
Please see the RMI client example for more information on getting started using the RMI APIs.
| Method Summary | |
MibOperations |
createMibOperations()
|
SnmpPoller |
createPoller()
Create an SnmpPoller object on the server and return a reference to it. |
SnmpRequestServer |
createRequestServer()
Create an SnmpRequestServer object on the server and return a reference to it. |
SnmpTable |
createTable()
Create an SnmpTable object on the server and return a reference to it. |
SnmpTarget |
createTarget()
Create an SnmpTarget object on the server and return a reference to it. |
SnmpTrapReceiver |
createTrapReceiver()
Create an SnmpTrapReceiver object on the server and return a reference to it. |
| Method Detail |
public SnmpTarget createTarget()
throws java.rmi.RemoteException
java.rmi.RemoteException
public SnmpRequestServer createRequestServer()
throws java.rmi.RemoteException
java.rmi.RemoteException
public SnmpPoller createPoller()
throws java.rmi.RemoteException
java.rmi.RemoteException
public SnmpTrapReceiver createTrapReceiver()
throws java.rmi.RemoteException
java.rmi.RemoteException
public SnmpTable createTable()
throws java.rmi.RemoteException
java.rmi.RemoteException
public MibOperations createMibOperations()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||