Attribute Name
Access
Type
Description
Attribute Value
Name
R
java.lang.String
The class name of the MBean
NamingService
State
R
int
The status of the MBean
3
StateString
R
java.lang.String
The status of the MBean in text form
Started
MethodMap
R
java.util.Map
(no description)
{-8107796390111393345=public abstract void org.jnp.interfaces.Naming.unbind(javax.naming.Name) throws javax.naming.NamingException,java.rmi.RemoteException, -5642140585403320990=public abstract java.util.Collection org.jnp.interfaces.Naming.listBindings(javax.naming.Name) throws javax.naming.NamingException,java.rmi.RemoteException, -4221607359560216057=public abstract java.util.Collection org.jnp.interfaces.Naming.list(javax.naming.Name) throws javax.naming.NamingException,java.rmi.RemoteException, -6149798079139202860=public abstract void org.jnp.interfaces.Naming.bind(javax.naming.Name,java.lang.Object,java.lang.String) throws javax.naming.NamingException,java.rmi.RemoteException, -5717908715153450081=public abstract void org.jnp.interfaces.Naming.rebind(javax.naming.Name,java.lang.Object,java.lang.String) throws javax.naming.NamingException,java.rmi.RemoteException, -7286638714004764603=public abstract javax.naming.Context org.jnp.interfaces.Naming.createSubcontext(javax.naming.Name) throws javax.naming.NamingException,java.rmi.RemoteException, -884175917852741154=public abstract java.lang.Object org.jnp.interfaces.Naming.lookup(javax.naming.Name) throws javax.naming.NamingException,java.rmi.RemoteException}
Naming
RW
org.jnp.server.NamingBean
Underlying Naming bean instance
NamingInstance
R
org.jnp.interfaces.Naming
Underlying Naming bean instance
org.jnp.server.NamingServer@420a52f
CallByValue
RW
boolean
The call by value mode. true if all lookups are unmarshalled using the caller's TCL, false if in VM lookups return the value by reference.
True False
BindAddress
RW
java.lang.String
The bind address of the bootstrap lookup socket.
Port
RW
int
The listening port for the bootstrap JNP service. Set this to -1 to run the NamingService without the JNP invoker listening port.
Backlog
RW
int
The bootstrap socket backlog count.
JNPServerSocketFactory
RW
java.lang.String
The bootstrap socket javax.net.ServerSocketFactory class name
JNPServerSocketFactoryBean
RW
javax.net.ServerSocketFactory
The bootstrap socket javax.net.ServerSocketFactory
BootstrapURL
R
java.lang.String
URL that can be accessed to bootstrap a connection to the NamingService
jnp://172.16.201.169:1099
RmiPort
RW
int
The port of the RMI naming service, 0 == anonymous. This is only used if an explicit InvokerProxyFactory has not been set.
RmiBindAddress
RW
java.lang.String
The RMI service bind address. Empty == all addresses
ClientSocketFactory
RW
java.lang.String
The RMI service java.rmi.server.RMIClientSocketFactory class name
ClientSocketFactoryBean
RW
java.rmi.server.RMIClientSocketFactory
The RMI service java.rmi.server.RMIServerSocketFactory instance
ServerSocketFactory
RW
java.lang.String
The RMI service java.rmi.server.RMIServerSocketFactory class name
ServerSocketFactory
RW
java.rmi.server.RMIServerSocketFactory
The RMI service java.rmi.server.RMIServerSocketFactory instance
InstallGlobalService
RW
boolean
Ghe InstallGlobalService which defines whether the MainMBean's Naming server will be installed as the NamingContext.setLocal global value.
True False
UseGlobalService
RW
boolean
The UseGlobalService which defines whether the MainMBean's Naming server will initialized from the existing NamingContext.setLocal global value.
True False
LookupPool
W
org.jboss.util.threadpool.BasicThreadPoolMBean
The thread pool service used to control the bootstrap lookups
InvokerProxyFactory
W
org.jboss.invocation.jrmp.server.JRMPProxyFactoryMBean
The detached invoker proxy factory to use for the naming service transport.