com.adventnet.snmp.rmi
Interface SnmpEJBServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SnmpEJBServerImpl, SnmpEJBServerImpl_Stub

public interface SnmpEJBServer
extends java.rmi.Remote

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

createTarget

public SnmpTarget createTarget()
                        throws java.rmi.RemoteException
Create an SnmpTarget object on the server and return a reference to it.

java.rmi.RemoteException

createRequestServer

public SnmpRequestServer createRequestServer()
                                      throws java.rmi.RemoteException
Create an SnmpRequestServer object on the server and return a reference to it.

java.rmi.RemoteException

createPoller

public SnmpPoller createPoller()
                        throws java.rmi.RemoteException
Create an SnmpPoller object on the server and return a reference to it.

java.rmi.RemoteException

createTrapReceiver

public SnmpTrapReceiver createTrapReceiver()
                                    throws java.rmi.RemoteException
Create an SnmpTrapReceiver object on the server and return a reference to it.

java.rmi.RemoteException

createTable

public SnmpTable createTable()
                      throws java.rmi.RemoteException
Create an SnmpTable object on the server and return a reference to it.

java.rmi.RemoteException

createMibOperations

public MibOperations createMibOperations()
                                  throws java.rmi.RemoteException
java.rmi.RemoteException


Copyright (c)ZOHO Corp. 1996-2012