com.esri.arcgis.carto
Interface IJPIPServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IJPIPServerProxy, JPIPServer

public interface IJPIPServer
extends java.io.Serializable

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

Description: 'Provides access to JPIP Server properties and methods.' 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 IID8d2dfd82_8bf5_42e1_982c_4d9edd4f1e34
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getURL()
          The JPIP service URL.
 

Field Detail

IID8d2dfd82_8bf5_42e1_982c_4d9edd4f1e34

static final int IID8d2dfd82_8bf5_42e1_982c_4d9edd4f1e34
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

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The JPIP service URL.

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