public class IServerObjectAdminProxy extends com.esri.arcgis.interop.Dispatch implements IServerObjectAdmin, java.io.Serializable
Description: 'Provides access to members that administer the ArcGIS server.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID01f6db39_6458_4c12_bcc7_30f1021075e2
Modifier | Constructor and Description |
---|---|
|
IServerObjectAdminProxy()
For internal use only
|
|
IServerObjectAdminProxy(java.lang.Object obj) |
protected |
IServerObjectAdminProxy(java.lang.Object obj,
java.lang.String iid) |
|
IServerObjectAdminProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IServerObjectAdminProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguration(IServerObjectConfiguration config)
Adds a server object configuration (created with CreateConfiguration) to the GIS server.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addMachine(IServerMachine machine)
Adds a host machine (created with CreateMachine) to the GIS server.
|
void |
addServerDirectory(IServerDirectory pSD)
Adds a server directory (created with CreateServerDirectory) to the GIS server.
|
IServerObjectConfiguration |
createConfiguration()
Creates a new server object configuration.
|
IServerMachine |
createMachine()
Creates a new host machine.
|
IServerDirectory |
createServerDirectory()
Creates a new server directory.
|
void |
deleteConfiguration(java.lang.String name,
java.lang.String typeName)
Deletes a server object configuration from the GIS server.
|
void |
deleteMachine(java.lang.String machineName)
Deletes a host machine from the GIS server, making it unavailable to host server objects.
|
void |
deleteServerDirectory(java.lang.String path)
Deletes a server directory such that its cleanup is no longer managed by the GIS server.
|
IServerObjectConfiguration |
getConfiguration(java.lang.String name,
java.lang.String typeName)
Get the server object configuration with the specified Name and TypeName.
|
IEnumServerObjectConfiguration |
getConfigurations()
An enumerator over all the server object configurations.
|
IServerObjectConfigurationStatus |
getConfigurationStatus(java.lang.String name,
java.lang.String typeName)
Get the configuration status for a server object configuration with the specified Name and TypeName.
|
IServerMachine |
getMachine(java.lang.String name)
Get the host machine with the specified Name.
|
IEnumServerMachine |
getMachines()
An enumerator over all the GIS server's host machines.
|
IPropertySet |
getProperties()
The properties for the GIS server.
|
IEnumServerDirectory |
getServerDirectories()
An enumerator over the GIS server's output directories.
|
IServerDirectory |
getServerDirectory(java.lang.String path)
Get the server directory with the specified Path.
|
IEnumServerObjectType |
getTypes()
An enumerator over all the server object types.
|
void |
pauseConfiguration(java.lang.String name,
java.lang.String typeName)
Makes the configuration unavailable to clients for processing requests, but does not shut down running instances of server objects, or interrupt requests in progress.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setProperties(IPropertySet props)
The properties for the GIS server.
|
void |
startConfiguration(java.lang.String name,
java.lang.String typeName)
Starts a server object configuration and makes it available to clients for processing requests.
|
void |
stopConfiguration(java.lang.String name,
java.lang.String typeName)
Stops a server object configuration and shuts down any running instances of server objects defined by the configuration.
|
void |
updateConfiguration(IServerObjectConfiguration config)
Updates the properties of a server object configuration.
|
void |
updateMachine(IServerMachine machine)
Updates the properties of a host machine.
|
void |
updateServerDirectory(IServerDirectory pSD)
Updates the properties of a server directory.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IServerObjectAdminProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IServerObjectAdminProxy()
public IServerObjectAdminProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IServerObjectAdminProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IServerObjectAdminProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IServerDirectory createServerDirectory() throws java.io.IOException, AutomationException
createServerDirectory
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addServerDirectory(IServerDirectory pSD) throws java.io.IOException, AutomationException
addServerDirectory
in interface IServerObjectAdmin
pSD
- A reference to a com.esri.arcgis.server.IServerDirectory (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateServerDirectory(IServerDirectory pSD) throws java.io.IOException, AutomationException
updateServerDirectory
in interface IServerObjectAdmin
pSD
- A reference to a com.esri.arcgis.server.IServerDirectory (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteServerDirectory(java.lang.String path) throws java.io.IOException, AutomationException
deleteServerDirectory
in interface IServerObjectAdmin
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IServerDirectory getServerDirectory(java.lang.String path) throws java.io.IOException, AutomationException
getServerDirectory
in interface IServerObjectAdmin
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumServerDirectory getServerDirectories() throws java.io.IOException, AutomationException
getServerDirectories
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IServerObjectConfiguration createConfiguration() throws java.io.IOException, AutomationException
createConfiguration
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addConfiguration(IServerObjectConfiguration config) throws java.io.IOException, AutomationException
addConfiguration
in interface IServerObjectAdmin
config
- A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IServerObjectConfiguration getConfiguration(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
getConfiguration
in interface IServerObjectAdmin
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateConfiguration(IServerObjectConfiguration config) throws java.io.IOException, AutomationException
updateConfiguration
in interface IServerObjectAdmin
config
- A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteConfiguration(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
deleteConfiguration
in interface IServerObjectAdmin
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumServerObjectConfiguration getConfigurations() throws java.io.IOException, AutomationException
getConfigurations
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IServerObjectConfigurationStatus getConfigurationStatus(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
getConfigurationStatus
in interface IServerObjectAdmin
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumServerObjectType getTypes() throws java.io.IOException, AutomationException
getTypes
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startConfiguration(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
startConfiguration
in interface IServerObjectAdmin
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void stopConfiguration(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
stopConfiguration
in interface IServerObjectAdmin
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void pauseConfiguration(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
pauseConfiguration
in interface IServerObjectAdmin
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IServerMachine createMachine() throws java.io.IOException, AutomationException
createMachine
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addMachine(IServerMachine machine) throws java.io.IOException, AutomationException
addMachine
in interface IServerObjectAdmin
machine
- A reference to a com.esri.arcgis.server.IServerMachine (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumServerMachine getMachines() throws java.io.IOException, AutomationException
getMachines
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteMachine(java.lang.String machineName) throws java.io.IOException, AutomationException
deleteMachine
in interface IServerObjectAdmin
machineName
- The machineName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IServerMachine getMachine(java.lang.String name) throws java.io.IOException, AutomationException
getMachine
in interface IServerObjectAdmin
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateMachine(IServerMachine machine) throws java.io.IOException, AutomationException
updateMachine
in interface IServerObjectAdmin
machine
- A reference to a com.esri.arcgis.server.IServerMachine (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties
in interface IServerObjectAdmin
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProperties(IPropertySet props) throws java.io.IOException, AutomationException
setProperties
in interface IServerObjectAdmin
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.