com.atomikos.icatch.msg
Class CascadeInfo

java.lang.Object
  extended by 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

Field Summary
 int count
           
 String participant
           
 
Constructor Summary
CascadeInfo()
          No-arg constructor required by java.io.Serializable.
CascadeInfo(int count, String participant)
          Constructs a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count

participant

public String participant
Constructor Detail

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.