overriding the super.bind() since we need to make a copy of the object
before it gets put into the rootContext
Remote Provider already does that since when a method is called
on a remote object (in our case the remote provider),
the copies of the method arguments get passed and not the real objects.
This is the manager that handles all naming operations including
publishObject as well as binding environment props, resource and ejb
references in the namespace.
This is the manager that handles all naming operations including
publishObject as well as binding environment props, resource and ejb
references in the namespace.
This class is a facade for the remote and local SerialContextProvider The
need for this class arose from the fact that we wanted to have a way of
lazily initializing the Remote SerialContextProvider.