org.jboss.jmx.adaptor.snmp.system
Interface MIB2SystemGroupServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
MIB2SystemGroupService

public interface MIB2SystemGroupServiceMBean
extends org.jboss.system.ServiceMBean

MIB2SystemGroupService MBean interface

Version:
$Revision: 57210 $
Author:
Heiko W. Rupp, Dimitris Andreadis

Field Summary
static javax.management.ObjectName OBJECT_NAME
          Default ObjectName
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 javax.management.ObjectName getSnmpAgent()
           
 String getSysContact()
           
 String getSysDescr()
           
 String getSysLocation()
           
 String getSysName()
           
 org.opennms.protocols.snmp.SnmpObjectId getSysObjectId()
          The oid of the system (system.2) -- not yet supported
 int getSysServices()
          The services the system provides (system.7)
 long getSysUpTime()
          The uptime of the system (system.3)
 void setSnmpAgent(javax.management.ObjectName agent)
          The snmp agent
 void setSysContact(String sysContact)
          The system contact person (system.4)
 void setSysDescr(String sysDescr)
          The description of the system (system.1)
 void setSysLocation(String sysLocation)
          The location of the system (system.6)
 void setSysName(String sysName)
          The (node)-name of the system (system.5)
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
Default ObjectName

Method Detail

setSnmpAgent

void setSnmpAgent(javax.management.ObjectName agent)
The snmp agent


getSnmpAgent

javax.management.ObjectName getSnmpAgent()

setSysDescr

void setSysDescr(String sysDescr)
The description of the system (system.1)


getSysDescr

String getSysDescr()

getSysObjectId

org.opennms.protocols.snmp.SnmpObjectId getSysObjectId()
The oid of the system (system.2) -- not yet supported


getSysUpTime

long getSysUpTime()
The uptime of the system (system.3)


setSysContact

void setSysContact(String sysContact)
The system contact person (system.4)


getSysContact

String getSysContact()

setSysName

void setSysName(String sysName)
The (node)-name of the system (system.5)


getSysName

String getSysName()

setSysLocation

void setSysLocation(String sysLocation)
The location of the system (system.6)


getSysLocation

String getSysLocation()

getSysServices

int getSysServices()
The services the system provides (system.7)



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.