|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IWorkspaceNameProxy
Provides access to members that supply workspace name information.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IWorkspaceNameProxy()
For internal use only |
|
IWorkspaceNameProxy(java.lang.Object obj)
|
protected |
IWorkspaceNameProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IWorkspaceNameProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IWorkspaceNameProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
java.lang.String |
getBrowseName()
The browse name of the WorkspaceName. |
java.lang.String |
getCategory()
The category of the WorkspaceName. |
IPropertySet |
getConnectionProperties()
The connection properties of the WorkspaceName. |
java.lang.String |
getPathName()
The path name of the WorkspaceName. |
int |
getType()
The type of the associated workspace. |
IWorkspaceFactory |
getWorkspaceFactory()
The workspace factory of the WorkspaceName. |
java.lang.String |
getWorkspaceFactoryProgID()
The ProgID of the WorkspaceName's workspace factory. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setBrowseName(java.lang.String browseName)
The browse name of the WorkspaceName. |
void |
setConnectionProperties(IPropertySet connectionProperties)
The connection properties of the WorkspaceName. |
void |
setPathName(java.lang.String pathName)
The path name of the WorkspaceName. |
void |
setWorkspaceFactoryProgID(java.lang.String progID)
The ProgID of the WorkspaceName's workspace factory. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IWorkspaceNameProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IWorkspaceNameProxy()
public IWorkspaceNameProxy(java.lang.Object obj)
throws java.io.IOException
protected IWorkspaceNameProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IWorkspaceNameProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public java.lang.String getPathName()
throws java.io.IOException,
AutomationException
IWorkspaceName
getPathName in interface IWorkspaceNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setPathName(java.lang.String pathName)
throws java.io.IOException,
AutomationException
IWorkspaceName
setPathName in interface IWorkspaceNamepathName - The pathName (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getWorkspaceFactoryProgID()
throws java.io.IOException,
AutomationException
IWorkspaceNameThe WorkspaceFactoryProgID identifies the ProgID of the WorkspaceFactory object that is used to open that particular workspace.
Here is a list of some of the possible WorkspaceFactoryProgIDs:
getWorkspaceFactoryProgID in interface IWorkspaceNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setWorkspaceFactoryProgID(java.lang.String progID)
throws java.io.IOException,
AutomationException
IWorkspaceNameThe WorkspaceFactoryProgID identifies the ProgID of the COM WorkspaceFactory object used to open a workspace through a WorkspaceName object. You must set this property when you are using the WorkspaceName to open a workspace.
Here is a list of some of the possible WorkspaceFactoryProgIDs:
To set the WorkspaceName's WorkspaceFactoryProgID, simply pass it the string representing the correct type of workspace factory.
setWorkspaceFactoryProgID in interface IWorkspaceNameprogID - The progID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getBrowseName()
throws java.io.IOException,
AutomationException
IWorkspaceName
getBrowseName in interface IWorkspaceNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setBrowseName(java.lang.String browseName)
throws java.io.IOException,
AutomationException
IWorkspaceName
setBrowseName in interface IWorkspaceNamebrowseName - The browseName (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IWorkspaceFactory getWorkspaceFactory()
throws java.io.IOException,
AutomationException
IWorkspaceName
getWorkspaceFactory in interface IWorkspaceNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setConnectionProperties(IPropertySet connectionProperties)
throws java.io.IOException,
AutomationException
IWorkspaceName
setConnectionProperties in interface IWorkspaceNameconnectionProperties - 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 IPropertySet getConnectionProperties()
throws java.io.IOException,
AutomationException
IWorkspaceName
getConnectionProperties in interface IWorkspaceNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws java.io.IOException,
AutomationException
IWorkspaceName
getType in interface IWorkspaceNameAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
IWorkspaceName
getCategory in interface IWorkspaceNamejava.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 | |||||||||