Package | Description |
---|---|
org.jboss.com.sun.corba.se.impl.monitoring | |
org.jboss.com.sun.corba.se.spi.monitoring |
Modifier and Type | Method and Description |
---|---|
MonitoredAttribute |
MonitoredObjectImpl.getAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<MonitoredAttribute> |
MonitoredObjectImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
MonitoredObjectImpl.addAttribute(MonitoredAttribute value) |
Modifier and Type | Method and Description |
---|---|
MonitoredAttribute |
MonitoredObject.getAttribute(String name)
Gets the Monitored Object registered by the given name
|
Modifier and Type | Method and Description |
---|---|
Collection<MonitoredAttribute> |
MonitoredObject.getAttributes()
Gets all the Monitored Attributes for this Monitored Objects.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoredObject.addAttribute(MonitoredAttribute value)
Adds the attribute with the given name.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.