com.esri.arcgis.catalogUI
Class IAGSParameterPageProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.IAGSParameterPageProxy
All Implemented Interfaces:
IAGSParameterPage, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAGSParameterPage'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control ArcGIS server parameter pages.' 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 =

public class IAGSParameterPageProxy
extends com.esri.arcgis.interop.Dispatch
implements IAGSParameterPage, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.catalogUI.IAGSParameterPage
IID, IID674787ac_fef9_4932_b03c_bcbb1576a7ef
 
Constructor Summary
  IAGSParameterPageProxy()
          Deprecated. For internal use only
  IAGSParameterPageProxy(java.lang.Object obj)
          Deprecated.  
protected IAGSParameterPageProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAGSParameterPageProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAGSParameterPageProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void closePage()
          Deprecated. Close the selected parameter page.
 java.lang.String getDescription()
          Deprecated. The parameter page description.
 java.lang.String getServerObjectType()
          Deprecated. The Server Object Type.
 void queryPage(boolean commitApply)
          Deprecated. Upate this page before go next.
 void refreshPage()
          Deprecated. Refresh the read/page status of controls.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setIsWizard(boolean rhs1)
          Deprecated. Initialize the wizard mode the selected parameter page.
 void setServerDirectories(IEnumServerDirectory rhs1)
          Deprecated. Initialize the server directories the selected parameter page.
 void setServerObjectConfiguration(IServerObjectConfiguration rhs1)
          Deprecated. Initialize the server object configuration of the selected parameter page.
 void setServerObjectName(IAGSServerObjectName rhs1)
          Deprecated. Initialize the server object name the selected parameter page.
 void setSOM(IServerObjectAdmin rhs1)
          Deprecated. Initialize the SOM of the parameter page.
 void updatePage()
          Deprecated. Initialize the selected parameter page.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAGSParameterPageProxy

public IAGSParameterPageProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IAGSParameterPageProxy

public IAGSParameterPageProxy()
Deprecated. 
For internal use only


IAGSParameterPageProxy

public IAGSParameterPageProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAGSParameterPageProxy

protected IAGSParameterPageProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAGSParameterPageProxy

protected IAGSParameterPageProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getServerObjectType

public java.lang.String getServerObjectType()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The Server Object Type.

Specified by:
getServerObjectType in interface IAGSParameterPage
Returns:
The serverObjectType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The parameter page description.

Specified by:
getDescription in interface IAGSParameterPage
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsWizard

public void setIsWizard(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Initialize the wizard mode the selected parameter page.

Specified by:
setIsWizard in interface IAGSParameterPage
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerObjectConfiguration

public void setServerObjectConfiguration(IServerObjectConfiguration rhs1)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Initialize the server object configuration of the selected parameter page.

Specified by:
setServerObjectConfiguration in interface IAGSParameterPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerDirectories

public void setServerDirectories(IEnumServerDirectory rhs1)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Initialize the server directories the selected parameter page.

Specified by:
setServerDirectories in interface IAGSParameterPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IEnumServerDirectory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerObjectName

public void setServerObjectName(IAGSServerObjectName rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Initialize the server object name the selected parameter page.

Specified by:
setServerObjectName in interface IAGSParameterPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSOM

public void setSOM(IServerObjectAdmin rhs1)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Initialize the SOM of the parameter page.

Specified by:
setSOM in interface IAGSParameterPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updatePage

public void updatePage()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Initialize the selected parameter page.

Specified by:
updatePage in interface IAGSParameterPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPage

public void queryPage(boolean commitApply)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Upate this page before go next.

Specified by:
queryPage in interface IAGSParameterPage
Parameters:
commitApply - The commitApply (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshPage

public void refreshPage()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Refresh the read/page status of controls.

Specified by:
refreshPage in interface IAGSParameterPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

closePage

public void closePage()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Close the selected parameter page.

Specified by:
closePage in interface IAGSParameterPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.