Package org.firebirdsql.gds.ng.wire
Interface FbWireService
- 
- All Superinterfaces:
- java.lang.AutoCloseable,- ExceptionListenable,- FbAttachment,- FbService,- FbWireAttachment
 - All Known Implementing Classes:
- AbstractFbWireService,- V10Service
 
 public interface FbWireService extends FbService, FbWireAttachment - Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.wire.FbWireAttachmentFbWireAttachment.AcceptPacket
 
- 
 - 
Method Summary- 
Methods inherited from interface org.firebirdsql.gds.ng.listeners.ExceptionListenableaddExceptionListener, removeExceptionListener
 - 
Methods inherited from interface org.firebirdsql.gds.ng.FbAttachmentattach, close, forceClose, getDatatypeCoder, getEncoding, getEncodingFactory, getNetworkTimeout, getServerVersion, isAttached, isLockedByCurrentThread, setNetworkTimeout, withLock
 - 
Methods inherited from interface org.firebirdsql.gds.ng.FbServiceaddServiceListener, createServiceParameterBuffer, createServiceRequestBuffer, getHandle, getServiceInfo, getServiceInfo, removeServiceListener, startServiceAction
 - 
Methods inherited from interface org.firebirdsql.gds.ng.wire.FbWireAttachmentauthReceiveResponse, getWireOperations, getXdrStreamAccess, readGenericResponse
 
- 
 
-