| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxConnectorSetup
Provides access to the methods and properties to setup a tracking connection.
| Method Summary | |
|---|---|
 void | 
addDataMessage(IDataMessage piMessage)
Add a Data Message to the Connectors Queue.  | 
 void | 
addDebugMessage(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.  | 
 String | 
getConnectionString()
Connection string value for the server connection.  | 
 int | 
getErrorCode()
Error code of the last error.  | 
 String | 
getErrorMessage()
Message associated with last error / error code.  | 
 String | 
getServerName()
Name of the fo server to connect to.  | 
 String | 
getUserName()
User's login name.  | 
 void | 
removeMessageDef(String bstrMessageDefinitionName)
Removes a Message Definition from the collection.  | 
 void | 
removeTrackingServiceDef(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(String pbstrLastErrorMessage)
Message associated with last error / error code.  | 
 void | 
setParentByRef(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.  | 
| Method Detail | 
|---|
void addMessageDefinition(IDatasetDef piMessageDef)
                          throws IOException,
                                 AutomationException
piMessageDef - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addTrackingServiceDefinition(ITrackingServiceDef piServiceDef)
                                  throws IOException,
                                         AutomationException
piServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean validateTrackingService(ITrackingServiceDef piServiceDef)
                                throws IOException,
                                       AutomationException
piServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeTrackingServiceDef(String bstrServiceName)
                              throws IOException,
                                     AutomationException
bstrServiceName - The bstrServiceName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeMessageDef(String bstrMessageDefinitionName)
                      throws IOException,
                             AutomationException
bstrMessageDefinitionName - The bstrMessageDefinitionName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDebugMessage(String bstrMessage)
                     throws IOException,
                            AutomationException
bstrMessage - The bstrMessage  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDataMessage(IDataMessage piMessage)
                    throws IOException,
                           AutomationException
piMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConnectionStatus()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionStatus(int peConnectionStatus)
                         throws IOException,
                                AutomationException
peConnectionStatus - A com.esri.arcgis.trackinganalyst.enumConnectionStatus constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getErrorCode()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setErrorCode(int pdwLastErrorCode)
                  throws IOException,
                         AutomationException
pdwLastErrorCode - The pdwLastErrorCode  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getErrorMessage()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setErrorMessage(String pbstrLastErrorMessage)
                     throws IOException,
                            AutomationException
pbstrLastErrorMessage - The pbstrLastErrorMessage  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getServerName()
                     throws IOException,
                            AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUserName()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getConnectionString()
                           throws IOException,
                                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentByRef(Object rhs1)
                    throws IOException,
                           AutomationException
rhs1 - A reference to another Object (IUnknown)  (in)
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 | ||||||||