|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.naming.context.AbstractContext
org.apache.xbean.naming.context.AbstractFederatedContext
org.apache.xbean.naming.context.WritableContext
org.apache.geronimo.gjndi.KernelContextGBean
org.apache.geronimo.gjndi.binding.GBeanFormatBinding
public class GBeanFormatBinding
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.xbean.naming.context.WritableContext |
---|
org.apache.xbean.naming.context.WritableContext.NestedWritableContext |
Field Summary | |
---|---|
protected String |
format
|
static GBeanInfo |
GBEAN_INFO
|
protected static org.apache.commons.logging.Log |
log
|
protected Pattern |
namePattern
|
Fields inherited from interface javax.naming.Context |
---|
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES |
Constructor Summary | |
---|---|
GBeanFormatBinding(String format,
String namePattern,
String nameInNamespace,
AbstractNameQuery abstractNameQuery,
Kernel kernel)
|
Method Summary | |
---|---|
protected Name |
createBindingName(AbstractName abstractName,
Object value)
Create a name under which we will bind the specified gbean with the specified value. |
static GBeanInfo |
getGBeanInfo()
|
Methods inherited from class org.apache.geronimo.gjndi.KernelContextGBean |
---|
addBinding, createBindings, doFail, doStart, doStop, preprocessVaue, removeBinding |
Methods inherited from class org.apache.xbean.naming.context.WritableContext |
---|
addBinding, addBinding, createNestedSubcontext, getDeepBinding, getWrapperBindings, removeBinding |
Methods inherited from class org.apache.xbean.naming.context.AbstractFederatedContext |
---|
addFederatedContext, faultLookup, getBinding, getBindings, getMasterContext, isNestedSubcontext |
Methods inherited from class org.apache.xbean.naming.context.AbstractContext |
---|
addBinding, addDeepBinding, addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, createSubcontextTree, destroySubcontext, destroySubcontext, getContextAccess, getEnvironment, getNameInNamespace, getNameInNamespace, getNameInNamespace, getNameParser, getNameParser, getNameParser, getParsedNameInNamespace, getSize, isEmpty, list, list, list, listBindings, listBindings, listBindings, lookup, lookup, lookup, lookupFinalContext, lookupLink, lookupLink, rebind, rebind, removeDeepBinding, removeDeepBinding, removeFromEnvironment, rename, rename, unbind, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
protected final String format
protected final Pattern namePattern
public static final GBeanInfo GBEAN_INFO
Constructor Detail |
---|
public GBeanFormatBinding(String format, String namePattern, String nameInNamespace, AbstractNameQuery abstractNameQuery, Kernel kernel) throws NamingException
NamingException
Method Detail |
---|
protected Name createBindingName(AbstractName abstractName, Object value) throws NamingException
KernelContextGBean
createBindingName
in class KernelContextGBean
abstractName
- the abstract name of the gbean to bindvalue
- the gbean instance
NamingException
- should something go wrongpublic static GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |