com.esri.arcgis.datasourcesGDB
Interface IServiceControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataServerManager, IServiceControlProxy

public interface IServiceControl
extends java.io.Serializable

COM Interface 'IServiceControl'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesGDB.olb'

Description: 'Provides access to members controlling the database service.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID271445cb_af1b_483a_a91e_337fa7bf2c0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void continueServer()
          Continues the server.
 int getServerStatus()
          The status of the server.
 boolean isHasControlPermissions()
          Indicates whether the user has permissions to control the service.
 void pauseServer()
          Pauses the server.
 void startServer()
          Starts the server.
 void stopServer()
          Stops the server.
 

Field Detail

IID271445cb_af1b_483a_a91e_337fa7bf2c0c

static final int IID271445cb_af1b_483a_a91e_337fa7bf2c0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getServerStatus

int getServerStatus()
                    throws java.io.IOException,
                           AutomationException
The status of the server.

Returns:
A com.esri.arcgis.datasourcesGDB.esriDataServerStatusType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasControlPermissions

boolean isHasControlPermissions()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the user has permissions to control the service.

Returns:
The hasPermissions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopServer

void stopServer()
                throws java.io.IOException,
                       AutomationException
Stops the server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startServer

void startServer()
                 throws java.io.IOException,
                        AutomationException
Starts the server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pauseServer

void pauseServer()
                 throws java.io.IOException,
                        AutomationException
Pauses the server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

continueServer

void continueServer()
                    throws java.io.IOException,
                           AutomationException
Continues the server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.