|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.server.IServerObjectAdminProxy
public class IServerObjectAdminProxy
Internal use class Proxy for COM Interface 'IServerObjectAdmin'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriServer.olb'
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 =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.server.IServerObjectAdmin |
|---|
IID, IID01f6db39_6458_4c12_bcc7_30f1021075e2 |
| Constructor Summary | |
|---|---|
|
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)
|
| Method Summary | |
|---|---|
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)
|
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)
|
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. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.IOExceptionpublic 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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IServerDirectory createServerDirectory()
throws java.io.IOException,
AutomationException
createServerDirectory in interface IServerObjectAdminjava.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 IServerObjectAdminpSD - 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 IServerObjectAdminpSD - 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 IServerObjectAdminpath - 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 IServerObjectAdminpath - 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 IServerObjectAdminjava.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 IServerObjectAdminjava.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 IServerObjectAdminconfig - 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 IServerObjectAdminname - 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 IServerObjectAdminconfig - 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 IServerObjectAdminname - 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 IServerObjectAdminjava.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 IServerObjectAdminname - 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 IServerObjectAdminjava.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 IServerObjectAdminname - 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 IServerObjectAdminname - 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 IServerObjectAdminname - 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 IServerObjectAdminjava.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 IServerObjectAdminmachine - 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 IServerObjectAdminjava.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 IServerObjectAdminmachineName - 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 IServerObjectAdminname - 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 IServerObjectAdminmachine - 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 IServerObjectAdminjava.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 IServerObjectAdminprops - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||