org.caleigo.core
Class TunneledDataService.TunneledDataServiceReturnMessage

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

protected static class TunneledDataService.TunneledDataServiceReturnMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  DataServiceException mException
           
protected  AbstractDataService.AbstractDataTransaction.DataOperation[] mOperations
           
 
Constructor Summary
TunneledDataService.TunneledDataServiceReturnMessage(AbstractDataService.AbstractDataTransaction.DataOperation[] operations)
           
TunneledDataService.TunneledDataServiceReturnMessage(DataServiceException exception)
           
 
Method Summary
 AbstractDataService.AbstractDataTransaction.DataOperation[] getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mOperations

protected AbstractDataService.AbstractDataTransaction.DataOperation[] mOperations

mException

protected DataServiceException mException
Constructor Detail

TunneledDataService.TunneledDataServiceReturnMessage

public TunneledDataService.TunneledDataServiceReturnMessage(AbstractDataService.AbstractDataTransaction.DataOperation[] operations)

TunneledDataService.TunneledDataServiceReturnMessage

public TunneledDataService.TunneledDataServiceReturnMessage(DataServiceException exception)
Method Detail

getOperations

public AbstractDataService.AbstractDataTransaction.DataOperation[] getOperations()
                                                                          throws DataServiceException
Throws:
DataServiceException


Copyright © 2005 Caleigo. All Rights Reserved.