com.esri.arcgis.trackinganalyst
Interface IServerConnectionAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
InternetConnection, IServerConnectionAdminProxy

public interface IServerConnectionAdmin
extends java.io.Serializable

COM Interface 'IServerConnectionAdmin'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to the methods and properties for a connector object to Fire Events in a thread safe manner.' 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 IIDf49abb00_39ef_11d7_b86b_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onConnect()
          Fires an OnConnect Event.
 void onDisconnect()
          Fires an OnDisconnect Event.
 void onError()
          Fires an OnError Event.
 void onMessage()
          Fires an OnMessage Event.
 

Field Detail

IIDf49abb00_39ef_11d7_b86b_00010265adc5

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

onDisconnect

void onDisconnect()
                  throws java.io.IOException,
                         AutomationException
Fires an OnDisconnect Event.

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

onConnect

void onConnect()
               throws java.io.IOException,
                      AutomationException
Fires an OnConnect Event.

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

onMessage

void onMessage()
               throws java.io.IOException,
                      AutomationException
Fires an OnMessage Event.

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

onError

void onError()
             throws java.io.IOException,
                    AutomationException
Fires an OnError Event.

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