com.adventnet.snmp.corba
Class SnmpRequestServerImpl

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CORBA.DynamicImplementation
              |
              +--com.adventnet.snmp.corba._SnmpRequestServerImplBase
                    |
                    +--com.adventnet.snmp.corba.SnmpRequestServerImpl
All Implemented Interfaces:
java.util.EventListener, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, ResultListener, java.io.Serializable, SnmpRequestServer

public class SnmpRequestServerImpl
extends _SnmpRequestServerImplBase
implements ResultListener

IDL definition:
     interface SnmpRequestServer {
       long addObjectID(
         in string s
       );
       string getObjectIDAtIndex(
         in long index
       );
       string getObjectID();
       void setObjectID(
         in long index,
         in string s
       );
       ::corba::stringSeq getObjectIDList();
       void setObjectIDList(
         in ::corba::stringSeq list
       );
       string getTargetHost();
       void setTargetHost(
         in string hostname
       );
       long getTargetPort();
       void setTargetPort(
         in long index
       );
       string getCommunity();
       void setCommunity(
         in string s
       );
       string getWriteCommunity();
       void setWriteCommunity(
         in string s
       );
       long getTimeout();
       void setTimeout(
         in long timeoutVal
       );
       long getRetries();
       void setRetries(
         in long numRetries
       );
       long getMaxRepetitions();
       void setMaxRepetitions(
         in long numMaxRepetitions
       );
       long getSnmpVersion();
       void setSnmpVersion(
         in long version
       );
       string getErrorString();
       boolean getAttemptPartial();
       void setAttemptPartial(
         in boolean b
       );
       boolean getSendTimeoutEvents();
       void setSendTimeoutEvents(
         in boolean b
       );
       long sendGetRequest();
       long sendGetRequests();
       long sendGetNextRequest();
       long sendGetNextRequests();
       long sendSetNextRequest(
         in string value
       );
       long sendSetRequestOfType(
         in string value,
         in octet type
       );
       long sendSetRequest(
         in string value
       );
       long sendSetRequestList(
         in ::corba::stringSeq valueList
       );
       void sendTrap(
         in string enterprise,
         in string agenthost,
         in long genericType,
         in long specificType,
         in long uptime,
         in ::corba::stringSeq values
       );
       void addResultListener(
         in ::corba::ResultListener l
       );
       void addRequest(
         in ::corba::RequestEvent e
       );
     };
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  SnmpRequestServer theSnmpRequestServer
          Construct a persistently named object.
 
Constructor Summary
SnmpRequestServerImpl()
          Construct a transient object.
SnmpRequestServerImpl(java.lang.String name)
           
 
Method Summary
 int addObjectID(java.lang.String s)
           Operation: ::corba::SnmpRequestServer::addObjectID.
 int addRequest(RequestEvent e)
          The request event listener method for sending a request to the agent.
 void addResultListener(ResultListener l)
           Operation: ::corba::SnmpRequestServer::addResultListener.
 int create_v3_tables()
          v3 only
 boolean getAttemptPartial()
           Operation: ::corba::SnmpRequestServer::getAttemptPartial.
 java.lang.String getAuthPassword()
          v3 only
 int getAuthProtocol()
          v3 only
 java.lang.String getCommunity()
           Operation: ::corba::SnmpRequestServer::getCommunity.
 java.lang.String getContextID()
          v3 only
 java.lang.String getContextName()
          v3 only
 byte[] getEngineID()
          v3 only
 java.lang.String getErrorString()
           Operation: ::corba::SnmpRequestServer::getErrorString.
 int getMaxRepetitions()
          v2c and v3 only
 java.lang.String getMibModules()
          Get the MIBs loaded in this applet/application - a white-space separated list of mib files.
 java.lang.String getName()
           
 int getNonRepeaters()
          v2c and v3 only
 java.lang.String getObjectID()
           Operation: ::corba::SnmpRequestServer::getObjectID.
 java.lang.String getObjectIDAtIndex(int index)
           Operation: ::corba::SnmpRequestServer::getObjectIDAtIndex.
 java.lang.String[] getObjectIDList()
           Operation: ::corba::SnmpRequestServer::getObjectIDList.
 java.lang.String getPrincipal()
          v3 only
 java.lang.String getPrivPassword()
          v3 only
 int getRetries()
           Operation: ::corba::SnmpRequestServer::getRetries.
 java.lang.String getSecurityLevel()
          v3 only
 int getSecurityModel()
          v3 only
 boolean getSendTimeoutEvents()
           Operation: ::corba::SnmpRequestServer::getSendTimeoutEvents.
 int getSnmpVersion()
          v2c and v3 only
 java.lang.String getTargetHost()
           Operation: ::corba::SnmpRequestServer::getTargetHost.
 int getTargetPort()
           Operation: ::corba::SnmpRequestServer::getTargetPort.
 int getTimeout()
           Operation: ::corba::SnmpRequestServer::getTimeout.
 java.lang.String getWriteCommunity()
           Operation: ::corba::SnmpRequestServer::getWriteCommunity.
 void initSecurityProvider()
          v3 only
 void loadMibs(java.lang.String mibs)
          Load the mibs specified by white-space separated list of mibs.
 void removeResultListener(ResultListener l)
           Operation: ::corba::SnmpRequestServer::removeResultListener.
 int sendGetBulkRequestList()
          v2c and v3 only Sends a GetBulk request with the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpRequestServer instance.
 int sendGetNextRequest()
          Sends a getnext request with the SNMP variable identified by the first Object Identifier stored in this SnmpRequestServer instance.
 int sendGetNextRequestList()
          Sends a getnext request with the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpRequestServer instance.
 int sendGetRequest()
           Operation: ::corba::SnmpRequestServer::sendGetRequest.
 int sendGetRequestList()
           Operation: ::corba::SnmpRequestServer::sendGetRequestList.
 int sendSetRequest(java.lang.String value)
          Sends a set request using value specified of the first variable on the variable list.
 int sendSetRequestList(java.lang.String[] values)
          Set the list of SNMP variable bindings on the agent using the Object Identifier list previously set in this SnmpRequestServer instance.
 int sendSetRequestOfType(java.lang.String value, byte type)
           
 void sendTrap(java.lang.String enterprise, java.lang.String agenthost, int genericType, int specificType, int uptime, java.lang.String[] values)
          Send an SNMP trap, with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpRequestServer instance, and the values specified.
 void setAttemptPartial(boolean b)
          Sets the boolean state of whether this target will try to get partial data from an agent if a multiple variable request.
 void setAuthPassword(java.lang.String password)
          v3 only
 void setAuthProtocol(int protocol)
          v3 only
 void setCommunity(java.lang.String s)
           Operation: ::corba::SnmpRequestServer::setCommunity.
 void setContextID(java.lang.String ctxtID)
          v3 only
 void setContextName(java.lang.String cName)
          v3 only
 void setDebug(boolean debug)
          determine is debug output will be printed
 void setEngineID(byte[] engID)
          v3 only
 void setMaxRepetitions(int numMaxRepetitions)
          v2c and v3 only
 void setMibModules(java.lang.String mibs)
          Set the MIBs loaded in this applet/application - a white-space separated list of mib files.
 void setNonRepeaters(int i)
          v2c and v3 only
 void setNumericResult(long j)
          This method is for internal implementation of events, not for API users.
 void setObjectID(java.lang.String s)
           Operation: ::corba::SnmpRequestServer::setObjectID.
 void setObjectIDAtIndex(int index, java.lang.String s)
           
 void setObjectIDList(java.lang.String[] OIDlist)
           Operation: ::corba::SnmpRequestServer::setObjectIDList.
 void setPrincipal(java.lang.String s)
          v3 only
 void setPrivPassword(java.lang.String password)
          v3 only
 void setResult(ResultEvent e)
          This method is for internal implementation of events, not for API users.
 void setRetries(int numRetries)
           Operation: ::corba::SnmpRequestServer::setRetries.
 void setSecurityLevel(byte sLevel)
          v3 only
 void setSecurityModel(int securityModel)
          v3 only
 void setSendTimeoutEvents(boolean b)
           Operation: ::corba::SnmpRequestServer::setSendTimeoutEvents.
 void setSnmpVersion(int version)
          v2c and v3 only
 void setStringResult(java.lang.String s)
          This method is for internal implementation of events, not for API users.
 void setTargetHost(java.lang.String hostname)
           Operation: ::corba::SnmpRequestServer::setTargetHost.
 void setTargetPort(int index)
           Operation: ::corba::SnmpRequestServer::setTargetPort.
 void setTimeout(int timeoutVal)
           Operation: ::corba::SnmpRequestServer::setTimeout.
 void setWriteCommunity(java.lang.String s)
           Operation: ::corba::SnmpRequestServer::setWriteCommunity.
 
Methods inherited from class com.adventnet.snmp.corba._SnmpRequestServerImplBase
_ids, invoke
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

theSnmpRequestServer

protected SnmpRequestServer theSnmpRequestServer
Construct a persistently named object.


name

protected java.lang.String name
Constructor Detail

SnmpRequestServerImpl

public SnmpRequestServerImpl(java.lang.String name)

SnmpRequestServerImpl

public SnmpRequestServerImpl()
Construct a transient object.

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface SnmpRequestServer

loadMibs

public void loadMibs(java.lang.String mibs)
              throws SnmpException
Load the mibs specified by white-space separated list of mibs. If first SnmpRequestServer has been opened with applet parameter, then URLs will be used. MIB loading applies across all beans in this package, i.e. MIBs can be loaded in any of the bean instances, and will be available across all beans in this package, across the VM.

Specified by:
loadMibs in interface SnmpRequestServer
SnmpException

addResultListener

public void addResultListener(ResultListener l)

Operation: ::corba::SnmpRequestServer::addResultListener.

     void addResultListener(
       in ::corba::ResultListener l
     );
   

Specified by:
addResultListener in interface SnmpRequestServer

removeResultListener

public void removeResultListener(ResultListener l)

Operation: ::corba::SnmpRequestServer::removeResultListener.

     void removeResultListener(
       in ::corba::ResultListener l
     );
   

Specified by:
removeResultListener in interface SnmpRequestServer

addObjectID

public int addObjectID(java.lang.String s)

Operation: ::corba::SnmpRequestServer::addObjectID.

     long addObjectID(
       in string s
     );
   

Specified by:
addObjectID in interface SnmpRequestServer

getObjectIDAtIndex

public java.lang.String getObjectIDAtIndex(int index)

Operation: ::corba::SnmpRequestServer::getObjectIDAtIndex.

     string getObjectIDAtIndex(
       in long index
     );
   

Specified by:
getObjectIDAtIndex in interface SnmpRequestServer

getObjectID

public java.lang.String getObjectID()

Operation: ::corba::SnmpRequestServer::getObjectID.

     string getObjectID();
   

Specified by:
getObjectID in interface SnmpRequestServer

setObjectID

public void setObjectID(java.lang.String s)

Operation: ::corba::SnmpRequestServer::setObjectID.

     void setObjectID(
       in long index,
       in string s
     );
   

Specified by:
setObjectID in interface SnmpRequestServer

setObjectIDAtIndex

public void setObjectIDAtIndex(int index,
                               java.lang.String s)
Specified by:
setObjectIDAtIndex in interface SnmpRequestServer

getObjectIDList

public java.lang.String[] getObjectIDList()

Operation: ::corba::SnmpRequestServer::getObjectIDList.

     ::corba::stringSeq getObjectIDList();
   

Specified by:
getObjectIDList in interface SnmpRequestServer

setObjectIDList

public void setObjectIDList(java.lang.String[] OIDlist)

Operation: ::corba::SnmpRequestServer::setObjectIDList.

     void setObjectIDList(
       in ::corba::stringSeq list
     );
   

Specified by:
setObjectIDList in interface SnmpRequestServer

getTargetHost

public java.lang.String getTargetHost()

Operation: ::corba::SnmpRequestServer::getTargetHost.

     string getTargetHost();
   

Specified by:
getTargetHost in interface SnmpRequestServer

setTargetHost

public void setTargetHost(java.lang.String hostname)

Operation: ::corba::SnmpRequestServer::setTargetHost.

     void setTargetHost(
       in string hostname
     );
   

Specified by:
setTargetHost in interface SnmpRequestServer

getTargetPort

public int getTargetPort()

Operation: ::corba::SnmpRequestServer::getTargetPort.

     long getTargetPort();
   

Specified by:
getTargetPort in interface SnmpRequestServer

setTargetPort

public void setTargetPort(int index)

Operation: ::corba::SnmpRequestServer::setTargetPort.

     void setTargetPort(
       in long index
     );
   

Specified by:
setTargetPort in interface SnmpRequestServer

getCommunity

public java.lang.String getCommunity()

Operation: ::corba::SnmpRequestServer::getCommunity.

     string getCommunity();
   

Specified by:
getCommunity in interface SnmpRequestServer

setCommunity

public void setCommunity(java.lang.String s)

Operation: ::corba::SnmpRequestServer::setCommunity.

     void setCommunity(
       in string s
     );
   

Specified by:
setCommunity in interface SnmpRequestServer

getWriteCommunity

public java.lang.String getWriteCommunity()

Operation: ::corba::SnmpRequestServer::getWriteCommunity.

     string getWriteCommunity();
   

Specified by:
getWriteCommunity in interface SnmpRequestServer

setWriteCommunity

public void setWriteCommunity(java.lang.String s)

Operation: ::corba::SnmpRequestServer::setWriteCommunity.

     void setWriteCommunity(
       in string s
     );
   

Specified by:
setWriteCommunity in interface SnmpRequestServer

getTimeout

public int getTimeout()

Operation: ::corba::SnmpRequestServer::getTimeout.

     long getTimeout();
   

Specified by:
getTimeout in interface SnmpRequestServer

setTimeout

public void setTimeout(int timeoutVal)

Operation: ::corba::SnmpRequestServer::setTimeout.

     void setTimeout(
       in long timeoutVal
     );
   

Specified by:
setTimeout in interface SnmpRequestServer

getRetries

public int getRetries()

Operation: ::corba::SnmpRequestServer::getRetries.

     long getRetries();
   

Specified by:
getRetries in interface SnmpRequestServer

setRetries

public void setRetries(int numRetries)

Operation: ::corba::SnmpRequestServer::setRetries.

     void setRetries(
       in long numRetries
     );
   

Specified by:
setRetries in interface SnmpRequestServer

getMaxRepetitions

public int getMaxRepetitions()
v2c and v3 only

Operation: ::corba::SnmpRequestServer::getMaxRepetitions.

     long getMaxRepetitions();
   

Specified by:
getMaxRepetitions in interface SnmpRequestServer

setMaxRepetitions

public void setMaxRepetitions(int numMaxRepetitions)
v2c and v3 only

Operation: ::corba::SnmpRequestServer::setMaxRepetitions.

     void setMaxRepetitions(
       in long numMaxRepetitions
     );
   

Specified by:
setMaxRepetitions in interface SnmpRequestServer

getNonRepeaters

public int getNonRepeaters()
v2c and v3 only

Operation: ::corba::SnmpRequestServer::getNonRepeaters.

     void getNonRepeaters(
     );
   

Specified by:
getNonRepeaters in interface SnmpRequestServer

setNonRepeaters

public void setNonRepeaters(int i)
v2c and v3 only

Operation: ::corba::SnmpRequestServer::setNonRepeaters.

     void setMaxRepetitions(
       in long i
     );
   

Specified by:
setNonRepeaters in interface SnmpRequestServer

getSnmpVersion

public int getSnmpVersion()
v2c and v3 only

Operation: ::corba::SnmpRequestServer::getSnmpVersion.

     long getSnmpVersion();
   

Specified by:
getSnmpVersion in interface SnmpRequestServer

setSnmpVersion

public void setSnmpVersion(int version)
v2c and v3 only

Operation: ::corba::SnmpRequestServer::setSnmpVersion.

     void setSnmpVersion(
       in long version
     );
   

Specified by:
setSnmpVersion in interface SnmpRequestServer

getErrorString

public java.lang.String getErrorString()

Operation: ::corba::SnmpRequestServer::getErrorString.

     string getErrorString();
   

Specified by:
getErrorString in interface SnmpRequestServer

getAttemptPartial

public boolean getAttemptPartial()

Operation: ::corba::SnmpRequestServer::getAttemptPartial.

     boolean getAttemptPartial();
   

Specified by:
getAttemptPartial in interface SnmpRequestServer

setAttemptPartial

public void setAttemptPartial(boolean b)
Sets the boolean state of whether this target will try to get partial data from an agent if a multiple variable request.

Specified by:
setAttemptPartial in interface SnmpRequestServer

getSendTimeoutEvents

public boolean getSendTimeoutEvents()

Operation: ::corba::SnmpRequestServer::getSendTimeoutEvents.

     boolean getSendTimeoutEvents();
   

Specified by:
getSendTimeoutEvents in interface SnmpRequestServer

setSendTimeoutEvents

public void setSendTimeoutEvents(boolean b)

Operation: ::corba::SnmpRequestServer::setSendTimeoutEvents.

     void setSendTimeoutEvents(
       in boolean b
     );
   

Specified by:
setSendTimeoutEvents in interface SnmpRequestServer

setDebug

public void setDebug(boolean debug)
determine is debug output will be printed

Specified by:
setDebug in interface SnmpRequestServer

getMibModules

public java.lang.String getMibModules()
Get the MIBs loaded in this applet/application - a white-space separated list of mib files.

Specified by:
getMibModules in interface SnmpRequestServer

setMibModules

public void setMibModules(java.lang.String mibs)
Set the MIBs loaded in this applet/application - a white-space separated list of mib files.

Specified by:
setMibModules in interface SnmpRequestServer

addRequest

public int addRequest(RequestEvent e)
The request event listener method for sending a request to the agent. Returns the request ID which will be used. The request ID will be generated and managed by the library if you do not specify it in the event.

Specified by:
addRequest in interface SnmpRequestServer

sendGetRequest

public int sendGetRequest()

Operation: ::corba::SnmpRequestServer::sendGetRequest.

     long sendGetRequest();
   

Specified by:
sendGetRequest in interface SnmpRequestServer

sendGetRequestList

public int sendGetRequestList()

Operation: ::corba::SnmpRequestServer::sendGetRequestList.

     long sendGetRequestList();
   

Specified by:
sendGetRequestList in interface SnmpRequestServer

sendGetNextRequest

public int sendGetNextRequest()
Sends a getnext request with the SNMP variable identified by the first Object Identifier stored in this SnmpRequestServer instance. Returns the request ID, or return -1 if there's an error sending request. Returns immediately after sending.

Specified by:
sendGetNextRequest in interface SnmpRequestServer

sendGetNextRequestList

public int sendGetNextRequestList()
Sends a getnext request with the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpRequestServer instance. Returns the request ID, or return -1 if there's an error sending request. Returns immediately after sending.

Specified by:
sendGetNextRequestList in interface SnmpRequestServer

sendSetRequest

public int sendSetRequest(java.lang.String value)
                   throws SnmpException
Sends a set request using value specified of the first variable on the variable list. This method will fail if MIB with this variable is not loaded of this is not a leaf node in the MIB. Throws Exception if no OID specified earlier or in case of errors. See error data for details, i.e. use getErrorString() to see the reason for failure. Returns the request ID, or return -1 if there's an error sending request. Returns immediately after sending.

Specified by:
sendSetRequest in interface SnmpRequestServer
SnmpException

sendSetRequestOfType

public int sendSetRequestOfType(java.lang.String value,
                                byte type)
                         throws SnmpException
Specified by:
sendSetRequestOfType in interface SnmpRequestServer
SnmpException

sendSetRequestList

public int sendSetRequestList(java.lang.String[] values)
                       throws SnmpException
Set the list of SNMP variable bindings on the agent using the Object Identifier list previously set in this SnmpRequestServer instance. return -1 if no OIDs specified earlier or in case of errors. See error data for details, i.e. use getErrorString() to see the reason for failure. Returns the request ID, or return -1 if there's an error sending request. Returns immediately after sending.

Specified by:
sendSetRequestList in interface SnmpRequestServer
SnmpException

sendGetBulkRequestList

public int sendGetBulkRequestList()
v2c and v3 only Sends a GetBulk request with the list of SNMP variable bindings from the agent using the Object Identifier list previously set in this SnmpRequestServer instance. Returns the request ID, or return -1 if there's an error sending request. Returns immediately after sending.

Specified by:
sendGetBulkRequestList in interface SnmpRequestServer

sendTrap

public void sendTrap(java.lang.String enterprise,
                     java.lang.String agenthost,
                     int genericType,
                     int specificType,
                     int uptime,
                     java.lang.String[] values)
              throws SnmpException
Send an SNMP trap, with parameters specified and variable bindings using object ids from the Object Identifier list previously set in this SnmpRequestServer instance, and the values specified. Returns the request ID, or return -1 if there's an error sending request. Returns immediately after sending.

Specified by:
sendTrap in interface SnmpRequestServer
SnmpException

setResult

public void setResult(ResultEvent e)
This method is for internal implementation of events, not for API users.

Specified by:
setResult in interface ResultListener

setNumericResult

public void setNumericResult(long j)
This method is for internal implementation of events, not for API users.

Specified by:
setNumericResult in interface ResultListener

setStringResult

public void setStringResult(java.lang.String s)
This method is for internal implementation of events, not for API users.

Specified by:
setStringResult in interface ResultListener

getEngineID

public byte[] getEngineID()
v3 only

Specified by:
getEngineID in interface SnmpRequestServer

setEngineID

public void setEngineID(byte[] engID)
v3 only

Specified by:
setEngineID in interface SnmpRequestServer

getSecurityLevel

public java.lang.String getSecurityLevel()
v3 only

Specified by:
getSecurityLevel in interface SnmpRequestServer

setSecurityLevel

public void setSecurityLevel(byte sLevel)
v3 only

Specified by:
setSecurityLevel in interface SnmpRequestServer

create_v3_tables

public int create_v3_tables()
v3 only

Specified by:
create_v3_tables in interface SnmpRequestServer

getContextName

public java.lang.String getContextName()
v3 only


setContextName

public void setContextName(java.lang.String cName)
v3 only


getContextID

public java.lang.String getContextID()
v3 only


setContextID

public void setContextID(java.lang.String ctxtID)
v3 only


getPrincipal

public java.lang.String getPrincipal()
v3 only

Specified by:
getPrincipal in interface SnmpRequestServer

setPrincipal

public void setPrincipal(java.lang.String s)
v3 only

Specified by:
setPrincipal in interface SnmpRequestServer

getAuthProtocol

public int getAuthProtocol()
v3 only

Specified by:
getAuthProtocol in interface SnmpRequestServer

setAuthProtocol

public void setAuthProtocol(int protocol)
v3 only

Specified by:
setAuthProtocol in interface SnmpRequestServer

getAuthPassword

public java.lang.String getAuthPassword()
v3 only

Specified by:
getAuthPassword in interface SnmpRequestServer

setAuthPassword

public void setAuthPassword(java.lang.String password)
v3 only

Specified by:
setAuthPassword in interface SnmpRequestServer

getPrivPassword

public java.lang.String getPrivPassword()
v3 only

Specified by:
getPrivPassword in interface SnmpRequestServer

setPrivPassword

public void setPrivPassword(java.lang.String password)
v3 only

Specified by:
setPrivPassword in interface SnmpRequestServer

initSecurityProvider

public void initSecurityProvider()
                          throws SnmpException
v3 only

Specified by:
initSecurityProvider in interface SnmpRequestServer
SnmpException

getSecurityModel

public int getSecurityModel()
v3 only

Specified by:
getSecurityModel in interface SnmpRequestServer

setSecurityModel

public void setSecurityModel(int securityModel)
v3 only

Specified by:
setSecurityModel in interface SnmpRequestServer


Copyright (c)2010 ZOHO Corp., All Rights Reserved