|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.TcpConfigurationType
This type defines items specific to TCP and TCPS connectors.
Constructor Summary | |
TcpConfigurationType()
|
Method Summary | |
void |
deleteJndiPort()
Method deleteJndiPort |
void |
deletePort()
Method deletePort |
java.lang.String |
getInternalHost()
Returns the value of field 'internalHost'. |
int |
getJndiPort()
Returns the value of field 'jndiPort'. |
int |
getPort()
Returns the value of field 'port'. |
boolean |
hasJndiPort()
Method hasJndiPort |
boolean |
hasPort()
Method hasPort |
boolean |
isValid()
Method isValid |
void |
setInternalHost(java.lang.String internalHost)
Sets the value of field 'internalHost'. |
void |
setJndiPort(int jndiPort)
Sets the value of field 'jndiPort'. |
void |
setPort(int port)
Sets the value of field 'port'. |
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 TcpConfigurationType()
Method Detail |
public void deleteJndiPort()
public void deletePort()
public java.lang.String getInternalHost()
public int getJndiPort()
public int getPort()
public boolean hasJndiPort()
public boolean hasPort()
public boolean isValid()
public void setInternalHost(java.lang.String internalHost)
internalHost
- the value of field 'internalHost'.public void setJndiPort(int jndiPort)
jndiPort
- the value of field 'jndiPort'.public void setPort(int port)
port
- the value of field 'port'.public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |