|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerConnection2
Provides access to the methods and properties for a connector object to connect to a Tracking Server.
This interface provides access to the methods and properties for a connector object to connect to a Tracking Server. Use this interface to get server actions, tracking services and data link plugin.
Method Summary | |
---|---|
IPropSet |
getConnectionProperties()
Properties for the server connection. |
IPlugin |
getPlugIn()
Data link plugin information for the server connection. |
Object |
getServerActions(boolean bForEditing)
Actions used on data in the server connection. |
ITrackingServiceDef |
getTrackingService(String bstrName)
Gets tracking service for the server connection. |
Object |
getTrackingServicesList()
List of tracking services. |
void |
returnServerActions(boolean bSave,
Object piActionCollection)
Actions used on data in the server connection. |
void |
returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
Returns tracking service for the server connection. |
void |
setConnectionProperties(IPropSet ppiProperties)
Properties for the server connection. |
Method Detail |
---|
IPropSet getConnectionProperties() throws IOException, AutomationException
The internet Connector uses the connection properties to manage all user modifiable features of the connector. Below summarizes the properties, their defaults and descriptions. The Internet Connector will default any property that is not present when setting the connection properties.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionProperties(IPropSet ppiProperties) throws IOException, AutomationException
ppiProperties
- A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPlugin getPlugIn() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getTrackingServicesList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITrackingServiceDef getTrackingService(String bstrName) throws IOException, AutomationException
This method returns tracking service for the server connection specified by bstrName.
bstrName
- The bstrName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void returnTrackingService(ITrackingServiceDef piTrackingServiceDef) throws IOException, AutomationException
This method is not implemented in the current version.
piTrackingServiceDef
- A reference to a com.esri.arcgis.trackinganalyst.ITrackingServiceDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getServerActions(boolean bForEditing) throws IOException, AutomationException
This method returns actions used on data in the server connection.
bForEditing
- The bForEditing (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void returnServerActions(boolean bSave, Object piActionCollection) throws IOException, AutomationException
This method is not implemented in the current version.
bSave
- The bSave (in)piActionCollection
- 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 |