com.atomikos.icatch.config.imp
Class TSInitInfoImp

java.lang.Object
  extended by com.atomikos.icatch.config.imp.TSInitInfoImp
All Implemented Interfaces:
TSInitInfo

public class TSInitInfoImp
extends Object
implements TSInitInfo

Implementation of TSInitInfo.


Constructor Summary
TSInitInfoImp()
           
 
Method Summary
 Enumeration getLogAdministrators()
           
 Properties getProperties()
           
 String getProperty(String name)
           
 Enumeration getResources()
           
 void registerLogAdministrator(LogAdministrator admin)
           
 void registerResource(RecoverableResource resource)
           
 void setProperties(Properties properties)
           
 void setProperty(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSInitInfoImp

public TSInitInfoImp()
Method Detail

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.