|
SQLFire 1.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FabricAgent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.vmware.sqlfire.FabricService |
|---|
FabricService.State |
| Field Summary |
|---|
| Fields inherited from interface com.vmware.sqlfire.FabricService |
|---|
NETSERVER_DEFAULT_PORT, STOP_NETWORK_SERVERS |
| Fields inherited from interface com.gemstone.gemfire.admin.jmx.Agent |
|---|
JNDI_NAME |
| Method Summary | |
|---|---|
void |
start(Properties bootProperties)
Start the SQLFire server singleton instance if not already started. |
void |
start(Properties bootProperties,
boolean ignoreIfStarted)
Start the SQLFire server singleton instance if not already started. |
FabricService.State |
status()
Returns the fabric server status. |
| Methods inherited from interface com.vmware.sqlfire.FabricService |
|---|
getAllNetworkServers, startNetworkServer, stop, stopAllNetworkServers |
| Methods inherited from interface com.gemstone.gemfire.admin.jmx.Agent |
|---|
connectToSystem, disconnectFromSystem, getConfig, getDistributedSystem, getLogWriter, getMBeanServer, getObjectName, isConnected, manageDistributedSystem, saveProperties, start, stop |
| Method Detail |
|---|
void start(Properties bootProperties)
throws SQLException
Properties can be also configured in a file called 'sqlfire.properties' or
defined as system properties. SQLFire looks for this file in 'sqlfire.user.home'
directory, if set, otherwise in the current working directory, followed by
'user.home' directory.
The file name can be overridden using the system property
-Dsqlfire.properties=
The actual configuration attribute values used to connect comes from the following sources:
If authentication is switched on, system user credentials must also be passed
to start the server
sqlfire.propertyName" is defined
and its value is not an empty string
then its value will be used for the named configuration attribute.
bootProperties
parameter object and its value is not an empty string
then its value will be used for that configuration attribute.
bootProperties - Driver boot properties. If non-null, overrides default properties in
'sqlfire.properties'.
SQLException
void start(Properties bootProperties,
boolean ignoreIfStarted)
throws SQLException
Properties can be also configured in a file called 'sqlfire.properties' or
defined as system properties. SQLFire looks for this file in 'sqlfire.user.home'
directory, if set, otherwise in the current working directory, followed by
'user.home' directory.
The file name can be overridden using the system property
-Dsqlfire.properties=
The actual configuration attribute values used to connect comes from the following sources:
If authentication is switched on, system user credentials must also be passed
to start the server
sqlfire.propertyName" is defined
and its value is not an empty string
then its value will be used for the named configuration attribute.
bootProperties
parameter object and its value is not an empty string
then its value will be used for that configuration attribute.
bootProperties - Driver boot properties. If non-null, overrides default properties in
'sqlfire.properties'.ignoreIfStarted - if true then reuse any previous active instance,
else stop any previous instance and start a new
one with given properties
SQLException
FabricService.State status()
status in interface FabricService
|
SQLFire 1.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||