org.infinispan.loaders.modifications
Class Commit

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

public class Commit
extends Object
implements Modification

Commit.

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
Commit(GlobalTransaction tx)
           
 
Method Summary
 boolean equals(Object obj)
           
 GlobalTransaction getTx()
           
 Modification.Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Commit

public Commit(GlobalTransaction tx)
Method Detail

getTx

public GlobalTransaction getTx()

getType

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals 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.