public class FBServiceManager extends java.lang.Object implements ServiceManager
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SIZE |
Modifier | Constructor and Description |
---|---|
protected |
FBServiceManager()
Create a new instance of
FBServiceManager based on
the default GDSType. |
protected |
FBServiceManager(org.firebirdsql.gds.impl.GDSType gdsType)
Create a new instance of
FBServiceManager based on
a given GDSType. |
protected |
FBServiceManager(java.lang.String gdsType)
Create a new instance of
FBServiceManager based on
a given GDSType. |
Modifier and Type | Method and Description |
---|---|
IscSvcHandle |
attachServiceManager(GDS gds) |
protected ServiceRequestBuffer |
createRequestBuffer(int operation,
int options)
Build up a request buffer for the specified operation.
|
void |
detachServiceManager(GDS gds,
IscSvcHandle handle) |
protected void |
executeServicesOperation(ServiceRequestBuffer srb)
Execute a Services API operation in the database.
|
java.lang.String |
getDatabase()
Returns the database path for the connection to the service manager.
|
GDS |
getGds()
Get
GDS implementation depending on the type specified
during instantiation. |
java.lang.String |
getHost()
Returns the host for the connection to the service manager.
|
java.io.OutputStream |
getLogger()
Returns the logger for the connection to the service manager.
|
java.lang.String |
getPassword()
Returns the password for the connection to the service manager.
|
int |
getPort()
Returns the port for the connection to the service manager.
|
java.lang.String |
getServiceName() |
java.lang.String |
getUser()
Get name of the user that performs the operation.
|
void |
queueService(GDS gds,
IscSvcHandle handle) |
void |
setDatabase(java.lang.String database)
Sets the database path for the connection to the service manager.
|
void |
setHost(java.lang.String host)
Sets the host for the connection to the service manager.
|
void |
setLogger(java.io.OutputStream logger)
Sets the logger for the connection to the service manager.
|
void |
setPassword(java.lang.String password)
Sets the password for the connection to the service manager.
|
void |
setPort(int port)
Sets the port for the connection to the service manager.
|
void |
setUser(java.lang.String user)
Set the name of the user that performs the operation.
|
public static final int BUFFER_SIZE
protected FBServiceManager()
FBServiceManager
based on
the default GDSType.protected FBServiceManager(java.lang.String gdsType)
FBServiceManager
based on
a given GDSType.gdsType
- type must be PURE_JAVA, EMBEDDED, or NATIVEprotected FBServiceManager(org.firebirdsql.gds.impl.GDSType gdsType)
FBServiceManager
based on
a given GDSType.gdsType
- The GDS implementation type to usepublic void setUser(java.lang.String user)
setUser
in interface ServiceManager
user
- name of the user.public java.lang.String getUser()
getUser
in interface ServiceManager
public void setPassword(java.lang.String password)
ServiceManager
setPassword
in interface ServiceManager
password
- The password to set.public java.lang.String getPassword()
ServiceManager
getPassword
in interface ServiceManager
public void setDatabase(java.lang.String database)
ServiceManager
setDatabase
in interface ServiceManager
database
- path for the connection to the service manager.public java.lang.String getDatabase()
ServiceManager
getDatabase
in interface ServiceManager
public java.lang.String getHost()
ServiceManager
getHost
in interface ServiceManager
public void setHost(java.lang.String host)
ServiceManager
setHost
in interface ServiceManager
host
- The host to set.public int getPort()
ServiceManager
getPort
in interface ServiceManager
public void setPort(int port)
ServiceManager
setPort
in interface ServiceManager
port
- The port to set.public java.io.OutputStream getLogger()
ServiceManager
getLogger
in interface ServiceManager
public void setLogger(java.io.OutputStream logger)
ServiceManager
setLogger
in interface ServiceManager
logger
- The out to set.public GDS getGds()
GDS
implementation depending on the type specified
during instantiation.GDS
.public java.lang.String getServiceName()
public IscSvcHandle attachServiceManager(GDS gds) throws GDSException
GDSException
public void detachServiceManager(GDS gds, IscSvcHandle handle) throws GDSException
GDSException
public void queueService(GDS gds, IscSvcHandle handle) throws GDSException, FBSQLException, java.io.IOException
GDSException
FBSQLException
java.io.IOException
protected void executeServicesOperation(ServiceRequestBuffer srb) throws FBSQLException
ServiceManager
's logger.srb
- The buffer containing the task requestFBSQLException
- if a database access error occurs or
incorrect parameters are suppliedprotected ServiceRequestBuffer createRequestBuffer(int operation, int options)
operation
- The isc_action_svc_* operationoptions
- The options bitmask for the request bufferCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.