org.rhq.jndi.context
Interface ContextDecorator

All Superinterfaces:
Context
All Known Implementing Classes:
AccessCheckingContextDecorator, AccessCheckingDirContextDecorator, AccessCheckingEventContextDecorator, AccessCheckingEventDirContextDecorator, AccessCheckingLdapContextDecorator, URLPreferringContextDecorator, URLPreferringDirContextDecorator, URLPreferringEventContextDecorator, URLPreferringEventDirContextDecorator, URLPreferringLdapContextDecorator

public interface ContextDecorator
extends Context

Author:
Lukas Krejci

Field Summary
 
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
 
Method Summary
 void init(Context context)
           
 
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
 

Method Detail

init

void init(Context context)
          throws NamingException
Throws:
NamingException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.