|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.rmi.registry.RmiProperties
public class RmiProperties
The RMI component properties.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_RMI_COMPONENT_CONTEXT_NAME
the name of the RMI component context. |
static boolean |
DEFAULT_RMI_EMBEDDED_REGISTRY
the internal registry server is active. |
static java.lang.String |
DEFAULT_RMI_HOST
the default RMI host. |
static int |
DEFAULT_RMI_PORT
the default RMI port. |
static java.lang.String |
RMI_COMPONENT_CONTEXT_NAME
Property: the name of the RMI component context. |
static java.lang.String |
RMI_EMBEDDED_REGISTRY
Property: Verify if the internal registry server have to be activated. |
static java.lang.String |
RMI_HOST
the RMI host property. |
static java.lang.String |
RMI_PORT
the RMI port property. |
| Constructor Summary | |
|---|---|
RmiProperties(java.io.File jbiDescriptor)
Creates a new instance of RmiProperties. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComponentContextName()
|
java.lang.String |
getRmiHost()
Get the RMI port. |
int |
getRmiPort()
Get the RMI port. |
boolean |
isEmbeddedRegistry()
Does the component have to start its internal RMI registry server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String RMI_HOST
public static final java.lang.String RMI_PORT
public static final java.lang.String RMI_EMBEDDED_REGISTRY
public static final java.lang.String RMI_COMPONENT_CONTEXT_NAME
public static final java.lang.String DEFAULT_RMI_HOST
public static final int DEFAULT_RMI_PORT
public static final boolean DEFAULT_RMI_EMBEDDED_REGISTRY
public static final java.lang.String DEFAULT_RMI_COMPONENT_CONTEXT_NAME
| Constructor Detail |
|---|
public RmiProperties(java.io.File jbiDescriptor)
throws RmiPropertiesException
RmiProperties.
propertiesManager - the properties
RmiPropertiesException - Failed to retrieve the properties| Method Detail |
|---|
public java.lang.String getRmiHost()
public int getRmiPort()
public boolean isEmbeddedRegistry()
public java.lang.String getComponentContextName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||