@Deprecated
public final class Naming
extends java.lang.Object
javax.naming.InitialContext
.
In WebLogic RMI, Naming is an extension of JNDI.
JNDI access is provided based on defaults and settings drawn
from your configuration. The default
user is guest
with no password and no access restrictions. The default
URL is for the host in localhost
and
the port number is 7001.
If you use a URL, you may specify any of the following protocols:
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
RMI_NAMING_JNDI_HOME |
Deprecated.
|
static java.lang.String |
RMI_NAMING_JNDI_PATH |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
bind(java.lang.String name,
java.rmi.Remote impl) |
Deprecated.
|
static void |
bindJava(java.lang.String name,
java.rmi.Remote impl) |
Deprecated.
|
static java.lang.String[] |
list(java.lang.String name) |
Deprecated.
|
static java.rmi.Remote |
lookup(java.lang.String name) |
Deprecated.
|
static void |
rebind(java.lang.String name,
java.rmi.Remote obj) |
Deprecated.
|
static void |
rebindJava(java.lang.String name,
java.rmi.Remote obj) |
Deprecated.
|
static void |
unbind(java.lang.String name) |
Deprecated.
|
public static final java.lang.String RMI_NAMING_JNDI_HOME
public static final java.lang.String RMI_NAMING_JNDI_PATH
public static java.rmi.Remote lookup(java.lang.String name) throws java.rmi.NotBoundException, java.net.MalformedURLException, java.rmi.RemoteException
java.rmi.NotBoundException
- if there is an errorjava.net.MalformedURLException
- if there is an errorjava.rmi.UnknownHostException
- if there is an errorjava.rmi.RemoteException
- if there is an errorContext.lookup(java.lang.String)
public static void bindJava(java.lang.String name, java.rmi.Remote impl) throws java.rmi.AlreadyBoundException, java.net.MalformedURLException, java.rmi.RemoteException
java.rmi.AlreadyBoundException
java.net.MalformedURLException
java.rmi.RemoteException
public static void bind(java.lang.String name, java.rmi.Remote impl) throws java.rmi.AlreadyBoundException, java.net.MalformedURLException, java.rmi.RemoteException
java.rmi.AlreadyBoundException
- if there is an errorjava.net.MalformedURLException
- if there is an errorjava.rmi.UnknownHostException
- if there is an errorjava.rmi.RemoteException
- if there is an errorContext.bind(java.lang.String, java.lang.Object)
public static void unbind(java.lang.String name) throws java.rmi.NotBoundException, java.net.MalformedURLException, java.rmi.RemoteException
java.rmi.NotBoundException
- if there is an errorjava.net.MalformedURLException
- if there is an errorjava.rmi.UnknownHostException
- if there is an errorjava.rmi.RemoteException
- if there is an errorContext.unbind(java.lang.String name)
public static void rebindJava(java.lang.String name, java.rmi.Remote obj) throws java.net.MalformedURLException, java.rmi.RemoteException
java.net.MalformedURLException
java.rmi.RemoteException
public static void rebind(java.lang.String name, java.rmi.Remote obj) throws java.net.MalformedURLException, java.rmi.RemoteException
java.net.MalformedURLException
- if there is an errorjava.rmi.UnknownHostException
- if there is an errorjava.rmi.RemoteException
- if there is an errorContext.rebind(java.lang.String, java.lang.Object)
public static java.lang.String[] list(java.lang.String name) throws java.net.MalformedURLException, java.rmi.RemoteException
java.net.MalformedURLException
- if there is an errorjava.rmi.UnknownHostException
- if there is an errorjava.rmi.RemoteException
- if there is an errorContext.list(java.lang.String)