org.infinispan.loaders.modifications
Class Prepare
java.lang.Object
org.infinispan.loaders.modifications.Prepare
- All Implemented Interfaces:
- Modification
public class Prepare
- extends Object
- implements Modification
Prepare.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
Prepare
public Prepare(List<? extends Modification> list,
GlobalTransaction tx,
boolean isOnePhase)
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
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.