public class SysTransState extends Object
| Constructor and Description |
|---|
SysTransState(TransactionalComponent elt,
Transaction transaction,
Object state) |
| Modifier and Type | Method and Description |
|---|---|
TransactionalComponent |
getComponent() |
Object |
getState() |
Transaction |
getTransaction() |
public SysTransState(TransactionalComponent elt, Transaction transaction, Object state)
public TransactionalComponent getComponent()
public Transaction getTransaction()
public Object getState()
Licensed under the Apache License, Version 2.0