|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.gisclient.IMSServiceName
public class IMSServiceName
COM Class 'IMSServiceName'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description 'The IMS Service Name.' 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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.gisclient.IIMSServiceDescription |
|---|
IID, IIDfe9f959a_06b5_4d52_8148_3bd33c29c0c5, xxDummy |
| Fields inherited from interface com.esri.arcgis.gisclient.IIMSAxlRequest |
|---|
IID, IID2844f4ef_098f_4858_80a6_b6a29eb5f140, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.geodatabase.IMetadata |
|---|
IID, IID5de04a82_24e4_11d3_a641_0008c7d3ae50, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IMetadataEdit |
|---|
IID, IID97fdb978_62a4_49c5_8252_b07837b33ee9, xxDummy |
| Fields inherited from interface com.esri.arcgis.gisclient.IIMSUserRole |
|---|
IID, IID448631a6_2bda_4f54_a341_76cc7ffd70a7, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ITestConnection |
|---|
IID, IID6b61d022_cae6_41a9_bd13_6dac82cffefd, xxDummy |
| Constructor Summary | |
|---|---|
IMSServiceName()
Constructs a IMSServiceName using ArcGIS Engine. |
|
IMSServiceName(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. IMSServiceName theIMSServiceName = (IMSServiceName) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IPropertySet |
getConnectionProperties()
True if the service is free. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IPropertySet |
getMetadata()
The PropertySet containing metadata. |
java.lang.String |
getName()
Service Name. |
java.lang.String |
getNameString()
The name string of the object. |
java.lang.Object |
getPassword()
Password for the specified service. |
int |
getSecurity()
Type of security set on the service. |
java.lang.String |
getServerVersion(ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
The ArcIMS server version. |
int |
getServiceType()
Type of service. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getURL()
URL to ArcIMS server. |
java.lang.String |
getUserName()
User name for the specified service. |
int |
getUserRole()
User role. |
int |
hashCode()
the hashcode for this object |
boolean |
isCanEditMetadata()
Indicates if metadata can be edited. |
void |
isDirty()
isDirty |
boolean |
isPrivate()
Indicates if the service is private (requires password). |
boolean |
isSavePassword()
Indicates if the password should be saved. |
void |
load(IStream pstm)
load |
java.lang.Object |
open()
Opens the object referred to by this name. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a IMSServiceName. |
void |
save(IStream pstm,
int fClearDirty)
save |
java.lang.String |
sendAxlRequest(java.lang.String axl,
boolean queryRequest,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl request. |
IStream |
sendAxlRequestStream(java.lang.String axl,
boolean queryRequest,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl request and returns a stream. |
java.lang.String |
sendCommandRequest(java.lang.String command,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends a command request,i.e.: ConnectorPing. |
void |
setConnectionProperties(IPropertySet connectionProperties)
True if the service is free. |
void |
setIsPrivate(boolean isPrivate)
Indicates if the service is private (requires password). |
void |
setMetadata(IPropertySet propertySet)
The PropertySet containing metadata. |
void |
setName(java.lang.String name)
Service Name. |
void |
setNameString(java.lang.String nameString)
The name string of the object. |
void |
setPassword(java.lang.String password)
Password for the specified service. |
void |
setSavePassword(boolean flag)
Indicates if the password should be saved. |
void |
setSecurity(int security)
Type of security set on the service. |
void |
setServiceType(int type)
Type of service. |
void |
setURL(java.lang.String uRL)
URL to ArcIMS server. |
void |
setUserName(java.lang.String userName)
User name for the specified service. |
void |
setUserRole(int role)
User role. |
void |
synchronize(int action,
int interval)
Updates metadata with the current properties; may create metadata if it doesn't already exist. |
boolean |
testConnection()
Tests if the connection is successful with the current configuration. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public IMSServiceName()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public IMSServiceName(java.lang.Object obj)
throws java.io.IOException
IMSServiceName theIMSServiceName = (IMSServiceName) obj;
obj to IMSServiceName.
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 boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IIMSServiceDescriptionname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getURL()
throws java.io.IOException,
AutomationException
getURL in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
setURL in interface IIMSServiceDescriptionuRL - The uRL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserName(java.lang.String userName)
throws java.io.IOException,
AutomationException
setUserName in interface IIMSServiceDescriptionuserName - The userName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getUserName()
throws java.io.IOException,
AutomationException
getUserName in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getPassword()
throws java.io.IOException,
AutomationException
getPassword in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPassword(java.lang.String password)
throws java.io.IOException,
AutomationException
setPassword in interface IIMSServiceDescriptionpassword - The password (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSavePassword()
throws java.io.IOException,
AutomationException
isSavePassword in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSavePassword(boolean flag)
throws java.io.IOException,
AutomationException
setSavePassword in interface IIMSServiceDescriptionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getServiceType()
throws java.io.IOException,
AutomationException
getServiceType in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServiceType(int type)
throws java.io.IOException,
AutomationException
setServiceType in interface IIMSServiceDescriptiontype - A com.esri.arcgis.gisclient.acServiceType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSecurity()
throws java.io.IOException,
AutomationException
getSecurity in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSecurity(int security)
throws java.io.IOException,
AutomationException
setSecurity in interface IIMSServiceDescriptionsecurity - The security (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrivate()
throws java.io.IOException,
AutomationException
isPrivate in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPrivate(boolean isPrivate)
throws java.io.IOException,
AutomationException
setIsPrivate in interface IIMSServiceDescriptionisPrivate - The isPrivate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getConnectionProperties()
throws java.io.IOException,
AutomationException
getConnectionProperties in interface IIMSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConnectionProperties(IPropertySet connectionProperties)
throws java.io.IOException,
AutomationException
setConnectionProperties in interface IIMSServiceDescriptionconnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String sendAxlRequest(java.lang.String axl,
boolean queryRequest,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
throws java.io.IOException,
AutomationException
sendAxlRequest in interface IIMSAxlRequestaxl - The axl (in)queryRequest - The queryRequest (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI - The showConnectingAVI (in)processMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStream sendAxlRequestStream(java.lang.String axl,
boolean queryRequest,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
throws java.io.IOException,
AutomationException
sendAxlRequestStream in interface IIMSAxlRequestaxl - The axl (in)queryRequest - The queryRequest (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI - The showConnectingAVI (in)processMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String sendCommandRequest(java.lang.String command,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
throws java.io.IOException,
AutomationException
sendCommandRequest in interface IIMSAxlRequestcommand - The command (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI - The showConnectingAVI (in)processMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getServerVersion(ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
throws java.io.IOException,
AutomationException
getServerVersion in interface IIMSAxlRequesttrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI - The showConnectingAVI (in)processMessages - The processMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNameString(java.lang.String nameString)
throws java.io.IOException,
AutomationException
The 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
The 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
The 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.
IName pName = pFeatureClassName;
pFeatureClass = new IFeatureClassProxy(pName.open());
open in interface INamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
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
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
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
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getMetadata()
throws java.io.IOException,
AutomationException
getMetadata in interface IMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMetadata(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
setMetadata in interface IMetadatapropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void synchronize(int action,
int interval)
throws java.io.IOException,
AutomationException
synchronize in interface IMetadataaction - A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanEditMetadata()
throws java.io.IOException,
AutomationException
isCanEditMetadata in interface IMetadataEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUserRole()
throws java.io.IOException,
AutomationException
getUserRole in interface IIMSUserRolejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserRole(int role)
throws java.io.IOException,
AutomationException
setUserRole in interface IIMSUserRolerole - A com.esri.arcgis.gisclient.acUserRole constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean testConnection()
throws java.io.IOException,
AutomationException
testConnection in interface ITestConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||