|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.DefaultConfiguration
This top level element defines the elements which do not need to be configured by users, but are required by OpenJMS. Where an element is not provided by Configuration, the default values provided by this element will be used.
Constructor Summary | |
DefaultConfiguration()
|
Method Summary | |
Connectors |
getConnectors()
Returns the value of field 'connectors'. |
GarbageCollectionConfiguration |
getGarbageCollectionConfiguration()
Returns the value of field 'garbageCollectionConfiguration'. |
HttpConfiguration |
getHttpConfiguration()
Returns the value of field 'httpConfiguration'. |
HttpsConfiguration |
getHttpsConfiguration()
Returns the value of field 'httpsConfiguration'. |
LoggerConfiguration |
getLoggerConfiguration()
Returns the value of field 'loggerConfiguration'. |
MessageManagerConfiguration |
getMessageManagerConfiguration()
Returns the value of field 'messageManagerConfiguration'. |
RmiConfiguration |
getRmiConfiguration()
Returns the value of field 'rmiConfiguration'. |
SchedulerConfiguration |
getSchedulerConfiguration()
Returns the value of field 'schedulerConfiguration'. |
SecurityConfiguration |
getSecurityConfiguration()
Returns the value of field 'securityConfiguration'. |
ServerConfiguration |
getServerConfiguration()
Returns the value of field 'serverConfiguration'. |
TcpConfiguration |
getTcpConfiguration()
Returns the value of field 'tcpConfiguration'. |
TcpsConfiguration |
getTcpsConfiguration()
Returns the value of field 'tcpsConfiguration'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setConnectors(Connectors connectors)
Sets the value of field 'connectors'. |
void |
setGarbageCollectionConfiguration(GarbageCollectionConfiguration garbageCollectionConfiguration)
Sets the value of field 'garbageCollectionConfiguration'. |
void |
setHttpConfiguration(HttpConfiguration httpConfiguration)
Sets the value of field 'httpConfiguration'. |
void |
setHttpsConfiguration(HttpsConfiguration httpsConfiguration)
Sets the value of field 'httpsConfiguration'. |
void |
setLoggerConfiguration(LoggerConfiguration loggerConfiguration)
Sets the value of field 'loggerConfiguration'. |
void |
setMessageManagerConfiguration(MessageManagerConfiguration messageManagerConfiguration)
Sets the value of field 'messageManagerConfiguration'. |
void |
setRmiConfiguration(RmiConfiguration rmiConfiguration)
Sets the value of field 'rmiConfiguration'. |
void |
setSchedulerConfiguration(SchedulerConfiguration schedulerConfiguration)
Sets the value of field 'schedulerConfiguration'. |
void |
setSecurityConfiguration(SecurityConfiguration securityConfiguration)
Sets the value of field 'securityConfiguration'. |
void |
setServerConfiguration(ServerConfiguration serverConfiguration)
Sets the value of field 'serverConfiguration'. |
void |
setTcpConfiguration(TcpConfiguration tcpConfiguration)
Sets the value of field 'tcpConfiguration'. |
void |
setTcpsConfiguration(TcpsConfiguration tcpsConfiguration)
Sets the value of field 'tcpsConfiguration'. |
static DefaultConfiguration |
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 DefaultConfiguration()
Method Detail |
public Connectors getConnectors()
public GarbageCollectionConfiguration getGarbageCollectionConfiguration()
public HttpConfiguration getHttpConfiguration()
public HttpsConfiguration getHttpsConfiguration()
public LoggerConfiguration getLoggerConfiguration()
public MessageManagerConfiguration getMessageManagerConfiguration()
public RmiConfiguration getRmiConfiguration()
public SchedulerConfiguration getSchedulerConfiguration()
public SecurityConfiguration getSecurityConfiguration()
public ServerConfiguration getServerConfiguration()
public TcpConfiguration getTcpConfiguration()
public TcpsConfiguration getTcpsConfiguration()
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 setConnectors(Connectors connectors)
connectors
- the value of field 'connectors'.public void setGarbageCollectionConfiguration(GarbageCollectionConfiguration garbageCollectionConfiguration)
garbageCollectionConfiguration
- the value of field
'garbageCollectionConfiguration'.public void setHttpConfiguration(HttpConfiguration httpConfiguration)
httpConfiguration
- the value of field
'httpConfiguration'.public void setHttpsConfiguration(HttpsConfiguration httpsConfiguration)
httpsConfiguration
- the value of field
'httpsConfiguration'.public void setLoggerConfiguration(LoggerConfiguration loggerConfiguration)
loggerConfiguration
- the value of field
'loggerConfiguration'.public void setMessageManagerConfiguration(MessageManagerConfiguration messageManagerConfiguration)
messageManagerConfiguration
- the value of field
'messageManagerConfiguration'.public void setRmiConfiguration(RmiConfiguration rmiConfiguration)
rmiConfiguration
- the value of field 'rmiConfiguration'public void setSchedulerConfiguration(SchedulerConfiguration schedulerConfiguration)
schedulerConfiguration
- the value of field
'schedulerConfiguration'.public void setSecurityConfiguration(SecurityConfiguration securityConfiguration)
securityConfiguration
- the value of field
'securityConfiguration'.public void setServerConfiguration(ServerConfiguration serverConfiguration)
serverConfiguration
- the value of field
'serverConfiguration'.public void setTcpConfiguration(TcpConfiguration tcpConfiguration)
tcpConfiguration
- the value of field 'tcpConfiguration'public void setTcpsConfiguration(TcpsConfiguration tcpsConfiguration)
tcpsConfiguration
- the value of field
'tcpsConfiguration'.public static DefaultConfiguration 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 |