|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.AddSDEConnection
The AddSDEConnection object allows a user to create a new SDE connection.
This class is a helper class for the tracking catalog browser dialog. It allows the user to add an SDE connection to the tracking catalog browser dialog.
| Constructor Summary | |
AddSDEConnection()
Constructs a AddSDEConnection using ArcGIS Engine. |
|
AddSDEConnection(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
attach(ITxCatalogObject parent,
ITxCatalog pCatalog)
Attaches the object to its parent and the catalog. |
void |
detach()
Instructs the object to detach itself from its parent and the catalog. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
ITxCatalogObject |
getAsITxCatalogObject()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ITxObjectEdit |
getAsITxObjectEdit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ITxObjectProperties |
getAsITxObjectProperties()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.String |
getBaseName()
The base name of the object (i.e. |
java.lang.String |
getCategory()
The category of the object. |
IUID |
getClassID()
The class ID of this object. |
static java.lang.String |
getClsid()
|
java.lang.String |
getFullName()
The full name of the object. |
IName |
getInternalObjectName()
The Name for the internal object that this GxObject represents. |
int |
getLargeImage()
The large image that represents the object. |
java.lang.String |
getName()
The short name of the object. |
ITxCatalogObject |
getParent()
The parent of the object. |
int |
getSmallImage()
The small image that represents the object. |
int |
hashCode()
the hashcode for this object |
boolean |
isValid()
Indicates if the object is still valid. |
void |
refresh()
Updates the object and any children of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AddSDEConnection()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AddSDEConnection(java.lang.Object obj)
throws java.io.IOException
obj to AddSDEConnection. AddSDEConnection theAddSDEConnection = (AddSDEConnection) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public ITxObjectProperties getAsITxObjectProperties()
public ITxCatalogObject getAsITxCatalogObject()
public ITxObjectEdit getAsITxObjectEdit()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getSmallImage()
throws java.io.IOException,
AutomationException
ITxObjectProperties
getSmallImage in interface ITxObjectPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getLargeImage()
throws java.io.IOException,
AutomationException
ITxObjectProperties
getLargeImage in interface ITxObjectPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getName in interface ITxCatalogObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFullName()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getFullName in interface ITxCatalogObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getBaseName in interface ITxCatalogObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getCategory in interface ITxCatalogObjectAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ITxCatalogObject getParent()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getParent in interface ITxCatalogObjectAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IUID getClassID()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getClassID in interface ITxCatalogObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getInternalObjectName()
throws java.io.IOException,
AutomationException
ITxCatalogObject
getInternalObjectName in interface ITxCatalogObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValid()
throws java.io.IOException,
AutomationException
ITxCatalogObject
isValid in interface ITxCatalogObjectAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void attach(ITxCatalogObject parent,
ITxCatalog pCatalog)
throws java.io.IOException,
AutomationException
ITxCatalogObject
attach in interface ITxCatalogObjectparent - A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)pCatalog - A reference to a com.esri.arcgis.trackinganalyst.ITxCatalog (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void detach()
throws java.io.IOException,
AutomationException
ITxCatalogObject
detach in interface ITxCatalogObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh()
throws java.io.IOException,
AutomationException
ITxCatalogObject
refresh in interface ITxCatalogObjectjava.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 | |||||||||