org.caleigo.core
Class TunneledDataService.TunneledDataServiceCommitMessage

java.lang.Object
  extended byorg.caleigo.core.TunneledDataService.TunneledDataServiceMessage
      extended byorg.caleigo.core.TunneledDataService.TunneledDataServiceCommitMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TunneledDataService

protected static class TunneledDataService.TunneledDataServiceCommitMessage
extends TunneledDataService.TunneledDataServiceMessage

See Also:
Serialized Form

Field Summary
protected  TunneledDataService.TunneledDataTransaction mTransaction
           
 
Fields inherited from class org.caleigo.core.TunneledDataService.TunneledDataServiceMessage
mServiceIdentity, mServiceInterfaceClass, mServiceType
 
Constructor Summary
TunneledDataService.TunneledDataServiceCommitMessage(java.lang.Class serviceInterfaceClass, java.lang.Object serviceType, java.lang.Object serviceIdentity, TunneledDataService.TunneledDataTransaction transaction)
           
 
Method Summary
 TunneledDataService.TunneledDataTransaction getTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mTransaction

protected TunneledDataService.TunneledDataTransaction mTransaction
Constructor Detail

TunneledDataService.TunneledDataServiceCommitMessage

public TunneledDataService.TunneledDataServiceCommitMessage(java.lang.Class serviceInterfaceClass,
                                                            java.lang.Object serviceType,
                                                            java.lang.Object serviceIdentity,
                                                            TunneledDataService.TunneledDataTransaction transaction)
Method Detail

getTransaction

public TunneledDataService.TunneledDataTransaction getTransaction()


Copyright © 2005 Caleigo. All Rights Reserved.