Get the call by value flag for jndi lookups.
true if all lookups are unmarshalled using the caller's TCL,false if in VM lookups return the value by reference.
The getNamingServer method makes this class
extensible, but it is a hack. The NamingServer should be
exposed directly as an xmbean, and the startup logic put in
either an interceptor, the main class itself, or an auxilliary
mbean (for the enc).
a Main value
Expose the Naming service via JMX to invokers.
Parameters: invocation - A pointer to the invocation object Return value of method invocation. throws: Exception - Failed to invoke method.
Set the call by value flag for jndi lookups.
Parameters: flag - - true if all lookups are unmarshalled using the caller's TCL,false if in VM lookups return the value by reference.