|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.naming.AbstractModel
com.caucho.ejb.burlap.BurlapModel
public class BurlapModel
JNDI context for Burlap home objects.
For now, only allow single level calls to the EJB.
| Constructor Summary | |
|---|---|
BurlapModel(java.lang.String prefix)
Creates a new Burlap model |
|
BurlapModel(java.lang.String namePrefix,
BurlapModel root)
Returns the root Burlap model |
|
| Method Summary | |
|---|---|
AbstractModel |
copy()
Creates a new instance of BurlapModel. |
java.util.List |
list()
Returns a list of children of the named bean. |
java.lang.Object |
lookup(java.lang.String name)
Looks up the named bean. |
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.naming.AbstractModel |
|---|
bind, create, createSubcontext, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BurlapModel(java.lang.String prefix)
public BurlapModel(java.lang.String namePrefix,
BurlapModel root)
| Method Detail |
|---|
public AbstractModel copy()
copy in class AbstractModel
public java.lang.Object lookup(java.lang.String name)
throws javax.naming.NamingException
Burlap to find all the valid names.
lookup in class AbstractModelname - the segment name to lookup
javax.naming.NamingException
public java.util.List list()
throws javax.naming.NamingException
list in class AbstractModeljavax.naming.NamingExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||