|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemInfoMBean
MBean containing all informations on the system.
Method Summary | |
---|---|
String |
getSysContact()
Returns the administrator contact of system ( system.sysContact.0 ). |
String |
getSysDescr()
Returns the description on the system ( system.sysDescr.0 ). |
String |
getSysLocation()
Returns the location of the system ( system.sysLocation.0 ). |
String |
getSysName()
Returns the name given to the system ( system.sysName.0 ). |
long |
getSysUpTime()
Returns the elapsed time in milliseconds since the last boot ( system.sysUpTime.0 ). |
void |
setSysContact(String sysContact)
Sets the administrator contact of system ( system.sysContact.0 ). |
void |
setSysDescr(String sysDescr)
Sets the description on the system ( system.sysDescr.0 ). |
void |
setSysLocation(String sysLocation)
Sets the location of the system ( system.sysLocation.0 ). |
void |
setSysName(String sysName)
Sets the name given to the system ( system.sysName.0 ). |
Method Detail |
---|
String getSysName()
system.sysName.0
).
void setSysName(String sysName)
system.sysName.0
).
sysName
- Name given to the system.String getSysDescr()
system.sysDescr.0
).
void setSysDescr(String sysDescr)
system.sysDescr.0
).
sysDescr
- Description on the system.String getSysLocation()
system.sysLocation.0
).
void setSysLocation(String sysLocation)
system.sysLocation.0
).
sysLocation
- Location of the system.String getSysContact()
system.sysContact.0
).
void setSysContact(String sysContact)
system.sysContact.0
).
sysContact
- Administrator contact of system.long getSysUpTime()
system.sysUpTime.0
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |