|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxConnectorSetup
COM Interface 'ITxConnectorSetup'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to the methods and properties to setup a tracking connection.' 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 |
IID9c199c51_f80a_4017_af4c_b25f3ecfd629
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addDataMessage(IDataMessage piMessage)
Add a Data Message to the Connectors Queue. |
void |
addDebugMessage(java.lang.String bstrMessage)
Add a Debug Message to the internal Debug log. |
void |
addMessageDefinition(IDatasetDef piMessageDef)
Add a message definition to the collection. |
void |
addTrackingServiceDefinition(ITrackingServiceDef piServiceDef)
Add a tracking service definition to the collection. |
int |
getConnectionStatus()
The Connection State of the object. |
java.lang.String |
getConnectionString()
Connection string value for the server connection. |
int |
getErrorCode()
Error code of the last error. |
java.lang.String |
getErrorMessage()
Message associated with last error / error code. |
java.lang.String |
getServerName()
Name of the fo server to connect to. |
java.lang.String |
getUserName()
User's login name. |
void |
removeMessageDef(java.lang.String bstrMessageDefinitionName)
Removes a Message Definition from the collection. |
void |
removeTrackingServiceDef(java.lang.String bstrServiceName)
Removes a Tracking Service Definition from the collection. |
void |
setConnectionStatus(int peConnectionStatus)
The Connection State of the object. |
void |
setErrorCode(int pdwLastErrorCode)
Error code of the last error. |
void |
setErrorMessage(java.lang.String pbstrLastErrorMessage)
Message associated with last error / error code. |
void |
setParentByRef(java.lang.Object rhs1)
Assign the parent object so this interface object can communicate with its parent. |
boolean |
validateTrackingService(ITrackingServiceDef piServiceDef)
Validate a tracking service within the tracking service collection. |
| Field Detail |
|---|
static final int IID9c199c51_f80a_4017_af4c_b25f3ecfd629
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void addMessageDefinition(IDatasetDef piMessageDef)
throws java.io.IOException,
AutomationException
piMessageDef - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addTrackingServiceDefinition(ITrackingServiceDef piServiceDef)
throws java.io.IOException,
AutomationException
piServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean validateTrackingService(ITrackingServiceDef piServiceDef)
throws java.io.IOException,
AutomationException
piServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeTrackingServiceDef(java.lang.String bstrServiceName)
throws java.io.IOException,
AutomationException
bstrServiceName - The bstrServiceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeMessageDef(java.lang.String bstrMessageDefinitionName)
throws java.io.IOException,
AutomationException
bstrMessageDefinitionName - The bstrMessageDefinitionName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDebugMessage(java.lang.String bstrMessage)
throws java.io.IOException,
AutomationException
bstrMessage - The bstrMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDataMessage(IDataMessage piMessage)
throws java.io.IOException,
AutomationException
piMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConnectionStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionStatus(int peConnectionStatus)
throws java.io.IOException,
AutomationException
peConnectionStatus - A com.esri.arcgis.trackinganalyst.enumConnectionStatus constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getErrorCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setErrorCode(int pdwLastErrorCode)
throws java.io.IOException,
AutomationException
pdwLastErrorCode - The pdwLastErrorCode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getErrorMessage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setErrorMessage(java.lang.String pbstrLastErrorMessage)
throws java.io.IOException,
AutomationException
pbstrLastErrorMessage - The pbstrLastErrorMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServerName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUserName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getConnectionString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentByRef(java.lang.Object rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to another Object (IUnknown) (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 | ||||||||