|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.atomikos.icatch.config.imp.TSInitInfoImp
public class TSInitInfoImp
Copyright © 2001, Atomikos. All rights reserved. A default implementation of TSInitInfo.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
TSInitInfoImp()
|
|
| Method Summary | |
|---|---|
Enumeration |
getLogAdministrators()
Get the log administrators. |
Properties |
getProperties()
Get the configuration properties for the transaction service. |
String |
getProperty(String name)
Get the value of the given property. |
Enumeration |
getResources()
Get the resources registered. |
void |
registerLogAdministrator(LogAdministrator admin)
Register a LogAdministrator instance for administration. |
void |
registerResource(RecoverableResource resource)
Add a resource. |
void |
setProperties(Properties properties)
Sets the properties that the transaction service should use. |
void |
setProperty(String name,
String value)
Set the initialization property with the given name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TSInitInfoImp()
| Method Detail |
|---|
public void setProperties(Properties properties)
TSInitInfo
setProperties in interface TSInitInfoproperties - The properties. These values will override any properties
found in the server configuration file.TSInitInfopublic Properties getProperties()
TSInitInfo
getProperties in interface TSInitInfoTSInitInfopublic Enumeration getResources()
TSInitInfo
getResources in interface TSInitInfoTSInitInfopublic void registerLogAdministrator(LogAdministrator admin)
TSInitInfo
registerLogAdministrator in interface TSInitInfoadmin - The instance.TSInitInfopublic Enumeration getLogAdministrators()
TSInitInfo
getLogAdministrators in interface TSInitInfoTSInitInfopublic void registerResource(RecoverableResource resource)
TSInitInfo
registerResource in interface TSInitInforesource - The resource to add.TSInitInfo
public void setProperty(String name,
String value)
TSInitInfo
setProperty in interface TSInitInfoname - The name of the property.value - The value.com.atomikos.icatch.TSInitInfo#setProperty(java.lang.String,
java.lang.String)public String getProperty(String name)
TSInitInfo
getProperty in interface TSInitInfoname - The name of the property.
com.atomikos.icatch.TSInitInfo#getProperty(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||