com.atomikos.icatch.msg
Class CascadeInfo
java.lang.Object
com.atomikos.icatch.msg.CascadeInfo
- All Implemented Interfaces:
- Serializable
public class CascadeInfo
- extends Object
- implements Serializable
A container type for information related to orphan detection at prepare time.
- See Also:
- Serialized Form
Constructor Summary |
CascadeInfo()
No-arg constructor required by java.io.Serializable. |
CascadeInfo(int count,
String participant)
Constructs a new instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
public int count
participant
public String participant
CascadeInfo
public CascadeInfo()
- No-arg constructor required by java.io.Serializable.
CascadeInfo
public CascadeInfo(int count,
String participant)
- Constructs a new instance.
- Parameters:
count
- The no of invocations globally detected at the corresponding
participant.participant
- The URI of the participant.
Copyright © 2012. All Rights Reserved.