|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netxms.client.NXCObject
org.netxms.client.NXCNode
public class NXCNode
This class represents NetXMS NODE objects.
| Field Summary | |
|---|---|
static int |
AGENT_AUTH_MD5
|
static int |
AGENT_AUTH_NONE
|
static int |
AGENT_AUTH_PLAINTEXT
|
static int |
AGENT_AUTH_SHA1
|
static int |
SNMP_VERSION_1
|
static int |
SNMP_VERSION_2C
|
static int |
SNMP_VERSION_3
|
| Constructor Summary | |
|---|---|
NXCNode(NXCPMessage msg,
NXCSession session)
|
|
| Method Summary | |
|---|---|
int |
getAgentAuthMethod()
|
int |
getAgentPort()
|
java.lang.String |
getAgentSharedSecret()
|
java.lang.String |
getAgentVersion()
|
int |
getFlags()
|
int |
getNodeType()
|
java.lang.String |
getObjectClassName()
|
java.lang.String |
getPlatformName()
|
long |
getPollerNodeId()
|
long |
getProxyNodeId()
|
int |
getRequredPollCount()
|
int |
getSnmpAuthMethod()
Get SNMP authentication method |
java.lang.String |
getSnmpAuthName()
Get SNMP authentication name - community string for version 1 and 2c, or user name for version 3. |
java.lang.String |
getSnmpAuthPassword()
Get SNMP authentication password. |
java.lang.String |
getSnmpOID()
|
int |
getSnmpPrivMethod()
Get SNMP privacy (encryption) method |
java.lang.String |
getSnmpPrivPassword()
Get SNMP privacy password. |
long |
getSnmpProxyId()
|
int |
getSnmpVersion()
|
java.lang.String |
getSystemDescription()
|
| Methods inherited from class org.netxms.client.NXCObject |
|---|
getAccessList, getChilds, getChildsAsArray, getComments, getCustomAttributes, getGeolocation, getNumberOfChilds, getNumberOfParents, getObjectClass, getObjectId, getObjectName, getParents, getParentsAsArray, getPrimaryIP, getStatus, getTrustedNodes, isChildOf, isChildOf, isDeleted, isDirectChildOf, isInheritAccessRights |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SNMP_VERSION_1
public static final int SNMP_VERSION_2C
public static final int SNMP_VERSION_3
public static final int AGENT_AUTH_NONE
public static final int AGENT_AUTH_PLAINTEXT
public static final int AGENT_AUTH_MD5
public static final int AGENT_AUTH_SHA1
| Constructor Detail |
|---|
public NXCNode(NXCPMessage msg,
NXCSession session)
msg - | Method Detail |
|---|
public int getFlags()
public int getNodeType()
public int getRequredPollCount()
public long getPollerNodeId()
public long getProxyNodeId()
public long getSnmpProxyId()
public int getAgentPort()
public int getAgentAuthMethod()
public java.lang.String getAgentSharedSecret()
public java.lang.String getAgentVersion()
public java.lang.String getPlatformName()
public java.lang.String getSnmpAuthName()
public java.lang.String getSnmpOID()
public int getSnmpVersion()
public java.lang.String getSystemDescription()
public java.lang.String getObjectClassName()
getObjectClassName in class NXCObjectpublic java.lang.String getSnmpAuthPassword()
public java.lang.String getSnmpPrivPassword()
public int getSnmpAuthMethod()
public int getSnmpPrivMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||