Package de.elo.ix.client.fio
Class BStub_FioService
java.lang.Object
byps.BStub
de.elo.ix.client.fio.BStub_FioService
- All Implemented Interfaces:
byps.BRemote,byps.Remote,FioServiceAuth,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 TypeMethodDescriptionfinishExport(FioFinishOptions options) voidfinishExport(FioFinishOptions options, byps.BAsyncResult<FioResult> asyncResult) startExport(ExportOptions options) voidstartExport(ExportOptions options, byps.BAsyncResult<FioResult> asyncResult) startImport(ImportOptions options) voidstartImport(ImportOptions options, byps.BAsyncResult<FioResult> 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_FioService
public BStub_FioService(byps.BTransport transport)
-
-
Method Details
-
startExport
- Specified by:
startExportin interfaceFioServiceAuth- Parameters:
options- Reserved.- Returns:
- ExportResult Reserved. Reserved.
- Throws:
byps.RemoteException
-
startExport
- Specified by:
startExportin interfaceFioServiceAuth
-
finishExport
- Specified by:
finishExportin interfaceFioServiceAuth- Parameters:
options- Reserved. Reserved.- Throws:
byps.RemoteException
-
finishExport
- Specified by:
finishExportin interfaceFioServiceAuth
-
startImport
- Specified by:
startImportin interfaceFioServiceAuth- Throws:
byps.RemoteException
-
startImport
- Specified by:
startImportin interfaceFioServiceAuth
-