org.rhq.jndi.context
Class URLPreferringEventContextDecorator
java.lang.Object
org.rhq.jndi.context.URLPreferringContextDecorator
org.rhq.jndi.context.URLPreferringEventContextDecorator
- All Implemented Interfaces:
- Serializable, Context, EventContext, ContextDecorator
public class URLPreferringEventContextDecorator
- extends URLPreferringContextDecorator
- implements EventContext
- Author:
- Lukas Krejci
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class org.rhq.jndi.context.URLPreferringContextDecorator |
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, equals, getEnvironment, getNameInNamespace, getNameParser, getNameParser, getURLOrDefaultInitCtx, getURLOrDefaultInitCtx, hashCode, init, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind |
| Methods inherited from interface javax.naming.Context |
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind |
URLPreferringEventContextDecorator
public URLPreferringEventContextDecorator()
URLPreferringEventContextDecorator
public URLPreferringEventContextDecorator(EventContext ctx)
checkAndCast
protected EventContext checkAndCast(Context ctx)
throws NamingException
- Throws:
NamingException
getOriginal
protected EventContext getOriginal()
throws NamingException
- Overrides:
getOriginal in class URLPreferringContextDecorator
- Throws:
NamingException
addNamingListener
public void addNamingListener(Name target,
int scope,
NamingListener l)
throws NamingException
- Specified by:
addNamingListener in interface EventContext
- Throws:
NamingException
addNamingListener
public void addNamingListener(String target,
int scope,
NamingListener l)
throws NamingException
- Specified by:
addNamingListener in interface EventContext
- Throws:
NamingException
removeNamingListener
public void removeNamingListener(NamingListener l)
throws NamingException
- Specified by:
removeNamingListener in interface EventContext
- Throws:
NamingException
targetMustExist
public boolean targetMustExist()
throws NamingException
- Specified by:
targetMustExist in interface EventContext
- Throws:
NamingException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.