|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.web.action.BrokerModel
public class BrokerModel
Value Object encapsulating a broker management domain model.
Constructor Summary | |
---|---|
BrokerModel()
|
Method Summary | |
---|---|
(package private) void |
addObject(ObjectName name)
Adds a new object to this domain model. |
List<ObjectName> |
getCategory(String name)
|
int |
getCategoryCount()
|
Set<String> |
getCategoryNames()
|
String |
getId()
Gets the identifier of the owner of this model. |
void |
setId(String id)
Sets the identifier of the owner of this model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrokerModel()
Method Detail |
---|
void addObject(ObjectName name)
name
- the object name of the JMX entity.public String getId()
public void setId(String id)
id
- the identifier of the owner of this model.public Set<String> getCategoryNames()
public List<ObjectName> getCategory(String name)
public int getCategoryCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |