org.apache.ode.utils.rmi
Class RMIConstants

java.lang.Object
  extended by org.apache.ode.utils.rmi.RMIConstants

Deprecated. DO NO USE: Find your own way to get this URL.

public final class RMIConstants
extends java.lang.Object

Constant related to naming of ODE objects in JMX.


Field Summary
static java.lang.String DEFAULT_RMI_CONNECTION_URL
          Deprecated. DO NOT USE, will soon be eliminated.
static java.lang.String PROP_RMIURL
          Deprecated. same constant defined in BootLoader but we cannot have dependencies on it
 
Constructor Summary
RMIConstants()
          Deprecated.  
 
Method Summary
static java.lang.String getConnectionURL()
          Deprecated. DO NOT USE, will soon be eliminated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_RMI_CONNECTION_URL

public static final java.lang.String DEFAULT_RMI_CONNECTION_URL
Deprecated. DO NOT USE, will soon be eliminated.
same constant defined in BootLoader but we cannot have dependencies on it

See Also:
Constant Field Values

PROP_RMIURL

public static final java.lang.String PROP_RMIURL
Deprecated. 
same constant defined in BootLoader but we cannot have dependencies on it

See Also:
Constant Field Values
Constructor Detail

RMIConstants

public RMIConstants()
Deprecated. 
Method Detail

getConnectionURL

public static java.lang.String getConnectionURL()
Deprecated. DO NOT USE, will soon be eliminated.