|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.Configuration
This top level element defines the structure of the OpenJMS configuration file. A minimum configuration must provide details for the DatabaseConfiguration and AdminConfiguration elements - default values will be provided for all other elements.
Constructor Summary | |
Configuration()
|
Method Summary | |
AdminConfiguration |
getAdminConfiguration()
Returns the value of field 'adminConfiguration'. |
AdministeredDestinations |
getAdministeredDestinations()
Returns the value of field 'administeredDestinations'. |
ConnectorResources |
getConnectorResources()
Returns the value of field 'connectorResources'. |
Connectors |
getConnectors()
Returns the value of field 'connectors'. |
DatabaseConfiguration |
getDatabaseConfiguration()
Returns the value of field 'databaseConfiguration'. |
GarbageCollectionConfiguration |
getGarbageCollectionConfiguration()
Returns the value of field 'garbageCollectionConfiguration'. |
HttpConfiguration |
getHttpConfiguration()
Returns the value of field 'httpConfiguration'. |
HttpsConfiguration |
getHttpsConfiguration()
Returns the value of field 'httpsConfiguration'. |
JndiConfiguration |
getJndiConfiguration()
Returns the value of field 'jndiConfiguration'. |
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'. |
Users |
getUsers()
Returns the value of field 'users'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setAdminConfiguration(AdminConfiguration adminConfiguration)
Sets the value of field 'adminConfiguration'. |
void |
setAdministeredDestinations(AdministeredDestinations administeredDestinations)
Sets the value of field 'administeredDestinations'. |
void |
setConnectorResources(ConnectorResources connectorResources)
Sets the value of field 'connectorResources'. |
void |
setConnectors(Connectors connectors)
Sets the value of field 'connectors'. |
void |
setDatabaseConfiguration(DatabaseConfiguration databaseConfiguration)
Sets the value of field 'databaseConfiguration'. |
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 |
setJndiConfiguration(JndiConfiguration jndiConfiguration)
Sets the value of field 'jndiConfiguration'. |
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'. |
void |
setUsers(Users users)
Sets the value of field 'users'. |
static Configuration |
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 Configuration()
Method Detail |
public AdminConfiguration getAdminConfiguration()
public AdministeredDestinations getAdministeredDestinations()
public ConnectorResources getConnectorResources()
public Connectors getConnectors()
public DatabaseConfiguration getDatabaseConfiguration()
public GarbageCollectionConfiguration getGarbageCollectionConfiguration()
public HttpConfiguration getHttpConfiguration()
public HttpsConfiguration getHttpsConfiguration()
public JndiConfiguration getJndiConfiguration()
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 Users getUsers()
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 setAdminConfiguration(AdminConfiguration adminConfiguration)
adminConfiguration
- the value of field
'adminConfiguration'.public void setAdministeredDestinations(AdministeredDestinations administeredDestinations)
administeredDestinations
- the value of field
'administeredDestinations'.public void setConnectorResources(ConnectorResources connectorResources)
connectorResources
- the value of field
'connectorResources'.public void setConnectors(Connectors connectors)
connectors
- the value of field 'connectors'.public void setDatabaseConfiguration(DatabaseConfiguration databaseConfiguration)
databaseConfiguration
- the value of field
'databaseConfiguration'.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 setJndiConfiguration(JndiConfiguration jndiConfiguration)
jndiConfiguration
- the value of field
'jndiConfiguration'.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 void setUsers(Users users)
users
- the value of field 'users'.public static Configuration 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 |