A MBean that binds an arbitrary InitialContext into the JBoss default
InitialContext as a Reference. If RemoteAccess is enabled, the reference
is a Serializable object that is capable of creating the InitialContext
remotely. If RemoteAccess if false, the reference is to a nonserializable object
that can only be used from within this VM.
See Also: org.jboss.naming.NonSerializableFactory version: $Revision: 60428 $ author: Scott.Stark@jboss.org author: Jason Dillon