|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.naming.AbstractModel
com.caucho.naming.mbean.MBeanModel
public class MBeanModel
Memory based model for JNDI.
Constructor Summary | |
---|---|
MBeanModel()
Creates a new instance of the memory model. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.caucho.naming.AbstractModel |
---|
bind, copy, createSubcontext, rename, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBeanModel()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |