|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.ServiceNode
com.tivoli.twg.snmp.TWGRemoteSNMP
This class will allow access to the SNMP Stack on the IT Director Server.
It allows the execution of the primary SNMP Primitives Get, GetNext, and Set to be executed remotely on the IT Director Server from the console.
TWGRemoteMIB
,
TWGMIBItem2
,
com.tivoli.twg.snmp.iTWGRemoteSNMP
Field Summary |
---|
Fields inherited from class com.tivoli.twg.libs.ServiceNode |
---|
SVCNODE_DISABLE_TRACING_CMD, SVCNODE_ENABLE_TRACING_CMD, SVCNODE_GET_STATUS_CMD, SVCNODE_KILL_SERVICE_CMD |
Constructor Summary | |
---|---|
TWGRemoteSNMP()
Deprecated. Use SNMPRemoteRequest |
Method Summary | |
---|---|
void |
close()
Deprecated. Please call close when finished with object in order for cleanup. |
boolean |
CommandReceived(ServiceNode CallBackSN,
Command cmd)
Deprecated. INTERNAL USE ONLY |
void |
iCommandReceived(Command cmd)
Deprecated. INTERNAL USE ONLY |
boolean |
SNMPGet(long iTargetMoid,
iTWGRemoteSNMPResponse Caller,
java.lang.String OID)
Deprecated. Use SNMPRemoteRequest.sendGetRequest |
boolean |
SNMPGetNext(long iTargetMoid,
iTWGRemoteSNMPResponse Caller,
java.lang.String OID)
Deprecated. Use SNMPRemoteRequest.sendGetNextRequest |
boolean |
SNMPSet(long iTargetMoid,
iTWGRemoteSNMPResponse Caller,
java.lang.String OID,
int ObjectType,
java.lang.Object NewValue)
Deprecated. Use SNMPRemoteRequest.sendSetRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGRemoteSNMP() throws BadServiceNodeImplException, ServiceNodeClosedException, ServiceNodeException
BadServiceNodeImplException
ServiceNodeClosedException
ServiceNodeException
Method Detail |
public void close()
public boolean CommandReceived(ServiceNode CallBackSN, Command cmd)
CommandReceived
in interface CommandReceivedListener
CallBackSN
- - ServiceNode instance which received Commandcmd
- - Instance of Command received
public boolean SNMPGetNext(long iTargetMoid, iTWGRemoteSNMPResponse Caller, java.lang.String OID) throws ServiceNodeException
iTargetMoid
- Caller
- OID
-
ServiceNodeException
iTWGRemoteSNMPResponse
public boolean SNMPGet(long iTargetMoid, iTWGRemoteSNMPResponse Caller, java.lang.String OID) throws ServiceNodeException
iTargetMoid
- Caller
- OID
-
ServiceNodeException
iTWGRemoteSNMPResponse
public boolean SNMPSet(long iTargetMoid, iTWGRemoteSNMPResponse Caller, java.lang.String OID, int ObjectType, java.lang.Object NewValue) throws ServiceNodeException
iTargetMoid
- Caller
- OID
- ObjectType
- NewValue
-
ServiceNodeException
ServiceNodeException
iTWGRemoteSNMPResponse
,
TWGMIBItem2
public void iCommandReceived(Command cmd)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |