com.atomikos.icatch.config.imp
Class TSInitInfoImp
java.lang.Object
com.atomikos.icatch.config.imp.TSInitInfoImp
- All Implemented Interfaces:
- TSInitInfo
public class TSInitInfoImp
- extends Object
- implements TSInitInfo
Implementation of TSInitInfo.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSInitInfoImp
public TSInitInfoImp()
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties in interface TSInitInfo
- See Also:
TSInitInfo
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface TSInitInfo
- See Also:
TSInitInfo
getResources
public Enumeration getResources()
- Specified by:
getResources in interface TSInitInfo
- See Also:
TSInitInfo
registerLogAdministrator
public void registerLogAdministrator(LogAdministrator admin)
- Specified by:
registerLogAdministrator in interface TSInitInfo
- See Also:
TSInitInfo
getLogAdministrators
public Enumeration getLogAdministrators()
- Specified by:
getLogAdministrators in interface TSInitInfo
- See Also:
TSInitInfo
registerResource
public void registerResource(RecoverableResource resource)
- Specified by:
registerResource in interface TSInitInfo
- See Also:
TSInitInfo
setProperty
public void setProperty(String name,
String value)
- Specified by:
setProperty in interface TSInitInfo
- See Also:
TSInitInfo
getProperty
public String getProperty(String name)
- Specified by:
getProperty in interface TSInitInfo
- See Also:
TSInitInfo
Copyright © 2014. All Rights Reserved.