|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.gisclient.AGSServerObjectName
A name object for ArcGIS Server Objects.
The name object for an MapServer or GeocodeServer server object obtained through an AGSServerConnection. An application can call the Open method on the AGSServerObjectName in order to connect to and get an object reference to the MapServer or GeocodeServer object.
AGSServerConnection,
MapServer,
GeocodeServer,
Serialized Form| Constructor Summary | |
AGSServerObjectName()
Constructs a AGSServerObjectName using ArcGIS Engine. |
|
AGSServerObjectName(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IAGSServerConnectionName |
getAGSServerConnectionName()
The connection name object for this server object. |
IAGSServerObjectName |
getAsIAGSServerObjectName()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IAGSServerObjectName2 |
getAsIAGSServerObjectName2()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IName |
getAsIName()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.String |
getCapabilities()
The web capabilities of the service. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
java.lang.String |
getName()
Name of the server object. |
java.lang.String |
getNameString()
The name string of the object. |
java.lang.String |
getNameString2()
The name string for the server object name. |
java.lang.String |
getParentType()
The type of server object this server object extension is associated with. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
java.lang.String |
getType()
Type of the server object (MapServer or GeocodeServer). |
java.lang.String |
getURL()
Server object URL (if connection type is internet). |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
Supported Platforms |
void |
load(IStream pstm)
Supported Platforms |
java.lang.Object |
open()
Opens the object referred to by this name. |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
void |
setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName)
The connection name object for this server object. |
void |
setCapabilities(java.lang.String caps)
The web capabilities of the service. |
void |
setName(java.lang.String objectName)
Name of the server object. |
void |
setNameString(java.lang.String nameString)
The name string of the object. |
void |
setNameString2(java.lang.String ns)
The name string for the server object name. |
void |
setParentType(java.lang.String parentType)
The type of server object this server object extension is associated with. |
void |
setType(java.lang.String objectType)
Type of the server object (MapServer or GeocodeServer). |
void |
setURL(java.lang.String objectURL)
Server object URL (if connection type is internet). |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AGSServerObjectName()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AGSServerObjectName(java.lang.Object obj)
throws java.io.IOException
obj to AGSServerObjectName. AGSServerObjectName theAGSServerObjectName = (AGSServerObjectName) 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 IAGSServerObjectName getAsIAGSServerObjectName()
public IAGSServerObjectName2 getAsIAGSServerObjectName2()
public IName getAsIName()
public IPersistStream getAsIPersistStream()
public boolean equals(java.lang.Object o)
public int hashCode()
public void setName(java.lang.String objectName)
throws java.io.IOException,
AutomationException
IAGSServerObjectNameRequired if the MapServer object is obtained via a LAN AGSServerConnection.
setName in interface IAGSServerObjectNameobjectName - The objectName (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IAGSServerObjectName
getName in interface IAGSServerObjectNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(java.lang.String objectType)
throws java.io.IOException,
AutomationException
IAGSServerObjectName
setType in interface IAGSServerObjectNameobjectType - The objectType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getType()
throws java.io.IOException,
AutomationException
IAGSServerObjectName
getType in interface IAGSServerObjectNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setURL(java.lang.String objectURL)
throws java.io.IOException,
AutomationException
IAGSServerObjectNameRequired if the MapServer object is obtained via an internet AGSServerConnection to a web service catalog.
setURL in interface IAGSServerObjectNameobjectURL - The objectURL (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getURL()
throws java.io.IOException,
AutomationException
IAGSServerObjectName
getURL in interface IAGSServerObjectNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGSServerConnectionName getAGSServerConnectionName()
throws java.io.IOException,
AutomationException
IAGSServerObjectName
getAGSServerConnectionName in interface IAGSServerObjectNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName)
throws java.io.IOException,
AutomationException
IAGSServerObjectName
setAGSServerConnectionNameByRef in interface IAGSServerObjectNameppServerConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNameString2(java.lang.String ns)
throws java.io.IOException,
AutomationException
IAGSServerObjectName2
setNameString2 in interface IAGSServerObjectName2ns - The ns (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNameString2()
throws java.io.IOException,
AutomationException
IAGSServerObjectName2
getNameString2 in interface IAGSServerObjectName2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentType(java.lang.String parentType)
throws java.io.IOException,
AutomationException
IAGSServerObjectName2
setParentType in interface IAGSServerObjectName2parentType - The parentType (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getParentType()
throws java.io.IOException,
AutomationException
IAGSServerObjectName2
getParentType in interface IAGSServerObjectName2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCapabilities(java.lang.String caps)
throws java.io.IOException,
AutomationException
IAGSServerObjectName2
setCapabilities in interface IAGSServerObjectName2caps - The caps (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getCapabilities()
throws java.io.IOException,
AutomationException
IAGSServerObjectName2
getCapabilities in interface IAGSServerObjectName2AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setNameString(java.lang.String nameString)
throws java.io.IOException,
AutomationException
INameThe NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.
setNameString in interface INamenameString - The nameString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNameString()
throws java.io.IOException,
AutomationException
INameThe NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.
getNameString in interface INamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object open()
throws java.io.IOException,
AutomationException
INameThe Open method lets you instantiate the actual object given the name object.
Note: Opening a feature class that participates in a topology or geometric network will also open all other feature classes participating in the topology or geometric network in memory.
open in interface INamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||