public class MBeanModel extends AbstractModel
Constructor and Description |
---|
MBeanModel()
Creates a new instance of the memory model.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractModel |
create()
Creates a new instance of MemoryModel.
|
java.util.List |
list()
Lists the child names.
|
java.lang.Object |
lookup(java.lang.String name)
Returns the object from looking up a single link.
|
bind, copy, createSubcontext, rename, unbind
protected AbstractModel create()
create
in class AbstractModel
public java.lang.Object lookup(java.lang.String name) throws javax.naming.NamingException
lookup
in class AbstractModel
name
- the name segment.javax.naming.NamingException
public java.util.List list()
list
in class AbstractModel