Package de.elo.ix.client.devents
Class BStub_DocumentEvents
java.lang.Object
byps.BStub
de.elo.ix.client.devents.BStub_DocumentEvents
- All Implemented Interfaces:
byps.BRemote,byps.Remote,DocumentEvents,DocumentEventsAsync,de.elo.utils.net.Remote,Serializable,Remote
- See Also:
-
Field Summary
FieldsFields inherited from class byps.BStub
transport -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeginDownload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo) Provide a document processor object for a stream being downloaded.voidbeginDownload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo, byps.BAsyncResult<DocumentProcessor> asyncResult) beginUpload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo) Provide a document processor object for a stream being uploaded.voidbeginUpload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo, byps.BAsyncResult<DocumentProcessor> asyncResult) Methods inherited from class byps.BStub
BRemote_getTargetIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface byps.BRemote
BRemote_getTargetId
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BStub_DocumentEvents
public BStub_DocumentEvents(byps.BTransport transport)
-
-
Method Details
-
beginDownload
public DocumentProcessor beginDownload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo) throws byps.RemoteException Description copied from interface:DocumentEventsProvide a document processor object for a stream being downloaded. Return null, if this stream should not be processed.- Specified by:
beginDownloadin interfaceDocumentEvents- Specified by:
beginDownloadin interfaceDocumentEventsAsync- Parameters:
ec- IXServerEventsContextrwInfo- An object that describes the stream to be downloaded. Return null, if this stream should not be processed.- Returns:
- DocumentProcessor or null Provide a document processor object for a stream being downloaded.
- Throws:
byps.RemoteException
-
beginDownload
public void beginDownload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo, byps.BAsyncResult<DocumentProcessor> asyncResult) - Specified by:
beginDownloadin interfaceDocumentEventsAsync
-
beginUpload
public DocumentProcessor beginUpload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo) throws byps.RemoteException Description copied from interface:DocumentEventsProvide a document processor object for a stream being uploaded. Return null, if this stream should not be processed. IfUpDownloadEventInfo.preliminaryTestis true, the returned document processor is only checked to be not null. It is not called to process a stream.- Specified by:
beginUploadin interfaceDocumentEvents- Specified by:
beginUploadin interfaceDocumentEventsAsync- Parameters:
ec- IXServerEventsContextrwInfo- An object that describes the stream to be uploaded. Return null, if this stream should not be processed. IfUpDownloadEventInfo.preliminaryTestis true, the returned document processor is only checked to be not null. It is not called to process a stream.- Returns:
- DocumentProcessor or null Provide a document processor object for a stream being uploaded.
- Throws:
byps.RemoteException
-
beginUpload
public void beginUpload(IXServerEventsContext ec, UpDownloadEventInfo rwInfo, byps.BAsyncResult<DocumentProcessor> asyncResult) - Specified by:
beginUploadin interfaceDocumentEventsAsync
-