|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TSInitInfo
Initializer information for the UserTransactionService. Instances can be passed to a UserTransactionService during initialization.
| Method Summary | |
|---|---|
Enumeration |
getLogAdministrators()
Deprecated. Do this through the UserTransactionService instead. |
Properties |
getProperties()
Deprecated. Get the configuration properties for the transaction service. |
String |
getProperty(String name)
Deprecated. Get the value of the given property. |
Enumeration |
getResources()
Deprecated. Do this through the UserTransactionService instead. |
void |
registerLogAdministrator(LogAdministrator admin)
Deprecated. Do this through the UserTransactionService instead. |
void |
registerResource(RecoverableResource resource)
Deprecated. Do this through the UserTransactionService instead. |
void |
setProperties(Properties properties)
Deprecated. Sets the properties that the transaction service should use. |
void |
setProperty(String name,
String value)
Deprecated. Set the initialization property with the given name |
| Method Detail |
|---|
void registerLogAdministrator(LogAdministrator admin)
admin - The instance.void registerResource(RecoverableResource resource)
resource - The resource to add.Enumeration getResources()
Enumeration getLogAdministrators()
void setProperties(Properties properties)
properties - The properties. These values will override any properties
found in the server configuration file.Properties getProperties()
void setProperty(String name,
String value)
name - The name of the property.value - The value.String getProperty(String name)
name - The name of the property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||