File
Doc
Category
Size
Date
Package
BrainlessContext.java
API Doc
JBoss 4.2.1
5093
Fri Jul 13 20:53:48 BST 2007
org.jboss.ejb3.naming
BrainlessContext
java.lang.Object
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.Object
addToEnvironment
(
java.lang.String
propName,
java.lang.Object
propVal)
throw new OperationNotSupportedException();
public void
bind
(
javax.naming.Name
name,
java.lang.Object
obj)
throw new OperationNotSupportedException();
public void
bind
(
java.lang.String
name,
java.lang.Object
obj)
throw new OperationNotSupportedException();
public void
close
()
throw new OperationNotSupportedException();
public
javax.naming.Name
composeName
(
javax.naming.Name
name,
javax.naming.Name
prefix)
throw new OperationNotSupportedException();
public
java.lang.String
composeName
(
java.lang.String
name,
java.lang.String
prefix)
throw new OperationNotSupportedException();
public
javax.naming.Context
createSubcontext
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public
javax.naming.Context
createSubcontext
(
java.lang.String
name)
throw new OperationNotSupportedException();
public void
destroySubcontext
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public void
destroySubcontext
(
java.lang.String
name)
throw new OperationNotSupportedException();
public
java.util.Hashtable
getEnvironment
()
throw new OperationNotSupportedException();
public
java.lang.String
getNameInNamespace
()
throw new OperationNotSupportedException();
public
javax.naming.NameParser
getNameParser
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public
javax.naming.NameParser
getNameParser
(
java.lang.String
name)
throw new OperationNotSupportedException();
public
javax.naming.NamingEnumeration
list
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public
javax.naming.NamingEnumeration
list
(
java.lang.String
name)
throw new OperationNotSupportedException();
public
javax.naming.NamingEnumeration
listBindings
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public
javax.naming.NamingEnumeration
listBindings
(
java.lang.String
name)
throw new OperationNotSupportedException();
public
java.lang.Object
lookup
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public
java.lang.Object
lookup
(
java.lang.String
name)
throw new OperationNotSupportedException();
public
java.lang.Object
lookupLink
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public
java.lang.Object
lookupLink
(
java.lang.String
name)
throw new OperationNotSupportedException();
public void
rebind
(
javax.naming.Name
name,
java.lang.Object
obj)
throw new OperationNotSupportedException();
public void
rebind
(
java.lang.String
name,
java.lang.Object
obj)
throw new OperationNotSupportedException();
public
java.lang.Object
removeFromEnvironment
(
java.lang.String
propName)
throw new OperationNotSupportedException();
public void
rename
(
javax.naming.Name
oldName,
javax.naming.Name
newName)
throw new OperationNotSupportedException();
public void
rename
(
java.lang.String
oldName,
java.lang.String
newName)
throw new OperationNotSupportedException();
public void
unbind
(
javax.naming.Name
name)
throw new OperationNotSupportedException();
public void
unbind
(
java.lang.String
name)
throw new OperationNotSupportedException();
Java Code Source