|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.ServerConfiguration
This element defines items specific to the OpenJMS server. By default, OpenJMS uses an embedded JNDI server.
Constructor Summary | |
ServerConfiguration()
|
Method Summary | |
void |
deleteEmbeddedJNDI()
Method deleteEmbeddedJNDI |
boolean |
getEmbeddedJNDI()
Returns the value of field 'embeddedJNDI'. |
java.lang.String |
getHost()
Returns the value of field 'host'. |
boolean |
hasEmbeddedJNDI()
Method hasEmbeddedJNDI |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setEmbeddedJNDI(boolean embeddedJNDI)
Sets the value of field 'embeddedJNDI'. |
void |
setHost(java.lang.String host)
Sets the value of field 'host'. |
static ServerConfiguration |
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 ServerConfiguration()
Method Detail |
public void deleteEmbeddedJNDI()
public boolean getEmbeddedJNDI()
public java.lang.String getHost()
public boolean hasEmbeddedJNDI()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setEmbeddedJNDI(boolean embeddedJNDI)
embeddedJNDI
- the value of field 'embeddedJNDI'.public void setHost(java.lang.String host)
host
- the value of field 'host'.public static ServerConfiguration unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- 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 |