Class RemoteSharedObjectCreateResponseEvent
- java.lang.Object
- 
- org.eclipse.ecf.core.sharedobject.events.RemoteSharedObjectEvent
- 
- org.eclipse.ecf.core.sharedobject.events.RemoteSharedObjectCreateResponseEvent
 
 
- 
- All Implemented Interfaces:
- Serializable,- ISharedObjectCreateResponseEvent,- ISharedObjectEvent,- ISharedObjectMessageEvent,- Event
 
 public class RemoteSharedObjectCreateResponseEvent extends RemoteSharedObjectEvent implements ISharedObjectCreateResponseEvent - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteSharedObjectCreateResponseEvent()RemoteSharedObjectCreateResponseEvent(ID senderObj, ID remoteCont, long seq, Throwable exception)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetException()longgetSequence()StringtoString()- 
Methods inherited from class org.eclipse.ecf.core.sharedobject.events.RemoteSharedObjectEventgetData, getEvent, getRemoteContainerID, getSenderSharedObjectID
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.ecf.core.sharedobject.events.ISharedObjectEventgetEvent, getSenderSharedObjectID
 - 
Methods inherited from interface org.eclipse.ecf.core.sharedobject.events.ISharedObjectMessageEventgetData, getRemoteContainerID
 
- 
 
- 
- 
- 
Method Detail- 
getSequencepublic long getSequence() - Specified by:
- getSequencein interface- ISharedObjectCreateResponseEvent
 
 - 
getExceptionpublic Throwable getException() - Specified by:
- getExceptionin interface- ISharedObjectCreateResponseEvent
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- RemoteSharedObjectEvent
 
 
- 
 
-