|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.config.TcpConfigurationType
public class 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 |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
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'. |
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 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 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 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 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 |