|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.config.RmiConfiguration
public class RmiConfiguration
This element defines items specific to the RMI connector.
Constructor Summary | |
---|---|
RmiConfiguration()
|
Method Summary | |
---|---|
void |
deleteClientPingInterval()
Method deleteClientPingInterval |
void |
deleteEmbeddedRegistry()
Method deleteEmbeddedRegistry |
void |
deleteRegistryPort()
Method deleteRegistryPort |
java.lang.String |
getAdminName()
Returns the value of field 'adminName'. |
int |
getClientPingInterval()
Returns the value of field 'clientPingInterval'. |
boolean |
getEmbeddedRegistry()
Returns the value of field 'embeddedRegistry'. |
java.lang.String |
getJndiName()
Returns the value of field 'jndiName'. |
java.lang.String |
getRegistryHost()
Returns the value of field 'registryHost'. |
int |
getRegistryPort()
Returns the value of field 'registryPort'. |
java.lang.String |
getServerName()
Returns the value of field 'serverName'. |
boolean |
hasClientPingInterval()
Method hasClientPingInterval |
boolean |
hasEmbeddedRegistry()
Method hasEmbeddedRegistry |
boolean |
hasRegistryPort()
Method hasRegistryPort |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setAdminName(java.lang.String adminName)
Sets the value of field 'adminName'. |
void |
setClientPingInterval(int clientPingInterval)
Sets the value of field 'clientPingInterval'. |
void |
setEmbeddedRegistry(boolean embeddedRegistry)
Sets the value of field 'embeddedRegistry'. |
void |
setJndiName(java.lang.String jndiName)
Sets the value of field 'jndiName'. |
void |
setRegistryHost(java.lang.String registryHost)
Sets the value of field 'registryHost'. |
void |
setRegistryPort(int registryPort)
Sets the value of field 'registryPort'. |
void |
setServerName(java.lang.String serverName)
Sets the value of field 'serverName'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmiConfiguration()
Method Detail |
---|
public void deleteClientPingInterval()
public void deleteEmbeddedRegistry()
public void deleteRegistryPort()
public java.lang.String getAdminName()
public int getClientPingInterval()
public boolean getEmbeddedRegistry()
public java.lang.String getJndiName()
public java.lang.String getRegistryHost()
public int getRegistryPort()
public java.lang.String getServerName()
public boolean hasClientPingInterval()
public boolean hasEmbeddedRegistry()
public boolean hasRegistryPort()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAdminName(java.lang.String adminName)
adminName
- the value of field 'adminName'.public void setClientPingInterval(int clientPingInterval)
clientPingInterval
- the value of field
'clientPingInterval'.public void setEmbeddedRegistry(boolean embeddedRegistry)
embeddedRegistry
- the value of field 'embeddedRegistry'public void setJndiName(java.lang.String jndiName)
jndiName
- the value of field 'jndiName'.public void setRegistryHost(java.lang.String registryHost)
registryHost
- the value of field 'registryHost'.public void setRegistryPort(int registryPort)
registryPort
- the value of field 'registryPort'.public void setServerName(java.lang.String serverName)
serverName
- the value of field 'serverName'.public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |