org.infinispan.loaders.modifications
Class Prepare

java.lang.Object
  extended by org.infinispan.loaders.modifications.Prepare
All Implemented Interfaces:
Modification

public class Prepare
extends Object
implements Modification

Prepare.

Since:
4.0
Author:
Galder ZamarreƱo

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.loaders.modifications.Modification
Modification.Type
 
Constructor Summary
Prepare(List<? extends Modification> list, GlobalTransaction tx, boolean isOnePhase)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<? extends Modification> getList()
           
 GlobalTransaction getTx()
           
 Modification.Type getType()
           
 int hashCode()
           
 boolean isOnePhase()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Prepare

public Prepare(List<? extends Modification> list,
               GlobalTransaction tx,
               boolean isOnePhase)
Method Detail

getType

public Modification.Type getType()
Specified by:
getType in interface Modification

getList

public List<? extends Modification> getList()

getTx

public GlobalTransaction getTx()

isOnePhase

public boolean isOnePhase()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.