com.esri.arcgis.trackinganalyst
Class PlugInConfigure

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.PlugInConfigure
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IPlugInConfigure, java.io.Serializable

public class PlugInConfigure
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IPlugInConfigure

COM Class 'PlugInConfigure'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description 'Implements IPlugInConfigure interface to configure and manage server based data links.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IPlugInConfigure
IID, IIDcc018a12_24fb_11d4_b34c_00104ba2abcc, xxDummy
 
Constructor Summary
PlugInConfigure()
          Constructs a PlugInConfigure using ArcGIS Engine.
PlugInConfigure(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PlugInConfigure thePlugInConfigure = (PlugInConfigure) obj;
 
Method Summary
 void configure(IPlugin piServerConnection)
          Configures the data link.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 java.lang.String getConfigurationString()
          Indicates value of the configuration string.
 java.lang.String getDescription()
          Description of the data link and its configuration.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          Name of the data link.
 java.lang.String getPlugInType()
          Indicates type of data link being used.
 int hashCode()
          the hashcode for this object
 void release()
          Release a PlugInConfigure.
 void setConfigurationString(java.lang.String pbstrConfigurationString)
          Indicates value of the configuration string.
 void startPlugIn(IPlugin piServerConnection)
          Starts the data link plugin.
 void stopPlugIn(IPlugin piServerConnection, int nShutdownTimeOutInSeconds)
          Stops the data link plug in.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlugInConfigure

public PlugInConfigure()
                throws java.io.IOException,
                       java.net.UnknownHostException
Constructs a PlugInConfigure using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

PlugInConfigure

public PlugInConfigure(java.lang.Object obj)
                throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PlugInConfigure thePlugInConfigure = (PlugInConfigure) obj;

Construct a PlugInConfigure using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to PlugInConfigure.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a PlugInConfigure.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getPlugInType

public java.lang.String getPlugInType()
                               throws java.io.IOException,
                                      AutomationException
Indicates type of data link being used.

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

getConfigurationString

public java.lang.String getConfigurationString()
                                        throws java.io.IOException,
                                               AutomationException
Indicates value of the configuration string.

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

setConfigurationString

public void setConfigurationString(java.lang.String pbstrConfigurationString)
                            throws java.io.IOException,
                                   AutomationException
Indicates value of the configuration string.

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

configure

public void configure(IPlugin piServerConnection)
               throws java.io.IOException,
                      AutomationException
Configures the data link.

Specified by:
configure in interface IPlugInConfigure
Parameters:
piServerConnection - A reference to a com.esri.arcgis.trackinganalyst.IPlugin (in)
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
Description of the data link and its configuration.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the data link.

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

startPlugIn

public void startPlugIn(IPlugin piServerConnection)
                 throws java.io.IOException,
                        AutomationException
Starts the data link plugin.

Specified by:
startPlugIn in interface IPlugInConfigure
Parameters:
piServerConnection - A reference to a com.esri.arcgis.trackinganalyst.IPlugin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopPlugIn

public void stopPlugIn(IPlugin piServerConnection,
                       int nShutdownTimeOutInSeconds)
                throws java.io.IOException,
                       AutomationException
Stops the data link plug in.

Specified by:
stopPlugIn in interface IPlugInConfigure
Parameters:
piServerConnection - A reference to a com.esri.arcgis.trackinganalyst.IPlugin (in)
nShutdownTimeOutInSeconds - The nShutdownTimeOutInSeconds (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.