FileDocCategorySizeDatePackage
BrainlessContext.javaAPI DocJBoss 4.2.15093Fri Jul 13 20:53:48 BST 2007org.jboss.ejb3.naming

BrainlessContext

public class BrainlessContext extends Object implements Context
A naming context which can't do anything.
author
carlo

Fields Summary
Constructors Summary
public BrainlessContext()

      super();
   
Methods Summary
public java.lang.ObjectaddToEnvironment(java.lang.String propName, java.lang.Object propVal)

      throw new OperationNotSupportedException();
   
public voidbind(javax.naming.Name name, java.lang.Object obj)

      throw new OperationNotSupportedException();
   
public voidbind(java.lang.String name, java.lang.Object obj)

      throw new OperationNotSupportedException();
   
public voidclose()

      throw new OperationNotSupportedException();
   
public javax.naming.NamecomposeName(javax.naming.Name name, javax.naming.Name prefix)

      throw new OperationNotSupportedException();
   
public java.lang.StringcomposeName(java.lang.String name, java.lang.String prefix)

      throw new OperationNotSupportedException();
   
public javax.naming.ContextcreateSubcontext(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public javax.naming.ContextcreateSubcontext(java.lang.String name)

      throw new OperationNotSupportedException();
   
public voiddestroySubcontext(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public voiddestroySubcontext(java.lang.String name)

      throw new OperationNotSupportedException();
   
public java.util.HashtablegetEnvironment()

      throw new OperationNotSupportedException();
   
public java.lang.StringgetNameInNamespace()

      throw new OperationNotSupportedException();
   
public javax.naming.NameParsergetNameParser(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public javax.naming.NameParsergetNameParser(java.lang.String name)

      throw new OperationNotSupportedException();
   
public javax.naming.NamingEnumerationlist(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public javax.naming.NamingEnumerationlist(java.lang.String name)

      throw new OperationNotSupportedException();
   
public javax.naming.NamingEnumerationlistBindings(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public javax.naming.NamingEnumerationlistBindings(java.lang.String name)

      throw new OperationNotSupportedException();
   
public java.lang.Objectlookup(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public java.lang.Objectlookup(java.lang.String name)

      throw new OperationNotSupportedException();
   
public java.lang.ObjectlookupLink(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public java.lang.ObjectlookupLink(java.lang.String name)

      throw new OperationNotSupportedException();
   
public voidrebind(javax.naming.Name name, java.lang.Object obj)

      throw new OperationNotSupportedException();
   
public voidrebind(java.lang.String name, java.lang.Object obj)

      throw new OperationNotSupportedException();
   
public java.lang.ObjectremoveFromEnvironment(java.lang.String propName)

      throw new OperationNotSupportedException();
   
public voidrename(javax.naming.Name oldName, javax.naming.Name newName)

      throw new OperationNotSupportedException();
   
public voidrename(java.lang.String oldName, java.lang.String newName)

      throw new OperationNotSupportedException();
   
public voidunbind(javax.naming.Name name)

      throw new OperationNotSupportedException();
   
public voidunbind(java.lang.String name)

      throw new OperationNotSupportedException();