|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalog.GxDataServer
public class GxDataServer
COM Class 'GxDataServer'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description 'The one and only Data Server object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.catalog.IGxObject |
---|
IID, IIDbdbbb3eb_d0b2_11d1_aed9_080009ec734b, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxObjectUI |
---|
IID, IID7273aa57_e6f9_11d2_9f30_00c04f6bc69e, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxObjectProperties |
---|
IID, IIDd342626e_f9da_11d3_a68d_0008c7d3ae8d, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxObjectWizard |
---|
IID, IIDc6df682d_a28c_476a_924c_44d1194cf78d, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxObjectContainer |
---|
IID, IID7273aa58_e6f9_11d2_9f30_00c04f6bc69e, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxGDSConnection |
---|
IID, IIDe10b6c94_58ed_4e45_84b2_285559bfa11e, xxDummy |
Constructor Summary | |
---|---|
GxDataServer()
Constructs a GxDataServer using ArcGIS Engine. |
|
GxDataServer(java.lang.Object obj)
Construct a GxDataServer using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
IGxObject |
addChild(IGxObject child)
Adds a new child and returns a reference to it. |
void |
attach(IGxObject parent,
IGxCatalog pCatalog)
Attaches the object to its parent and the catalog. |
void |
attachGeoDatabase(java.lang.String gdbName,
java.lang.String gdbFileName)
Attaches a Geodatabase. |
void |
connect()
Connects to a GIS Data server. |
void |
createGeoDatabase(java.lang.String gdbName,
java.lang.String gdbFileName,
int gdbFileSize)
Creates a new Geodatabase. |
void |
deleteChild(IGxObject child)
Deletes the specified child object. |
void |
detach()
Instructs the object to detach itself from its parent and the catalog. |
void |
disconnect()
Disconnects from a GIS Data server. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getBaseName()
The base name of the object (i.e. |
java.lang.String |
getCategory()
The category of the object. |
IEnumGxObject |
getChildren()
An enumeration of the child objects. |
IUID |
getClassID()
The class ID of this object. |
static java.lang.String |
getClsid()
getClsid. |
IUID |
getContextMenu()
The class ID of the context menu for this object. |
java.lang.Object |
getDataServerManager()
The Data Server Manager object. |
java.lang.String |
getFullName()
The full name of the object. |
IName |
getInternalObjectName()
The Name for the internal object that this GxObject represents. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLargeImage()
The large image that represents the object. |
int |
getLargeSelectedImage()
The large image that represents the object when it is selected. |
java.lang.String |
getName()
The short name of the object. |
IUID |
getNewMenu()
The class ID of the New menu for this object. |
IGxObject |
getParent()
The parent of the object. |
void |
getPropByIndex(int index,
java.lang.String[] name,
java.lang.Object[] value)
The name and value of the indexed property in the GxObject. |
java.lang.Object |
getProperty(java.lang.String name)
The value of the named property in the GxObject. |
int |
getPropertyCount()
The number of properties in the GxObject. |
java.lang.String |
getServerName()
The server name. |
int |
getSmallImage()
The small image that represents the object. |
int |
getSmallSelectedImage()
The small image that represents the object when it is selected. |
int |
hashCode()
the hashcode for this object |
boolean |
isAdministrator()
Indicates whether the connected user is an administrator or not. |
boolean |
isAreChildrenViewable()
Indicates if the objects children are available for viewing in the tree-view. |
boolean |
isConnected()
Indicates whether the GIS Data server connection has been made. |
boolean |
isHasChildren()
Indicates if the object has any children. |
boolean |
isValid()
Indicates if the object is still valid. |
void |
pause()
Pauses a Database server. |
void |
refresh()
Updates the object and any children of the object. |
void |
release()
Release a GxDataServer. |
void |
restoreGeodatabase(java.lang.String gdbName,
java.lang.String backupFileName,
java.lang.String dbFileName)
Restores a backup to the specified Geodatabase. |
void |
resume()
Resumes a Database server. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set the value of the named property in the GxObject. |
void |
start()
Starts a Database server. |
void |
stop()
Stops a Database server. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GxDataServer() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GxDataServer(java.lang.Object obj) throws java.io.IOException
obj
to GxDataServer
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
GxDataServer theGxDataServer = (GxDataServer) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGxObject
java.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
getFullName
in interface IGxObject
java.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
getBaseName
in interface IGxObject
java.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
getCategory
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject getParent() throws java.io.IOException, AutomationException
getParent
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getClassID() throws java.io.IOException, AutomationException
getClassID
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getInternalObjectName() throws java.io.IOException, AutomationException
getInternalObjectName
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws java.io.IOException, AutomationException
isValid
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void attach(IGxObject parent, IGxCatalog pCatalog) throws java.io.IOException, AutomationException
attach
in interface IGxObject
parent
- A reference to a com.esri.arcgis.catalog.IGxObject (in)pCatalog
- A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void detach() throws java.io.IOException, AutomationException
detach
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface IGxObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSmallImage() throws java.io.IOException, AutomationException
getSmallImage
in interface IGxObjectUI
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSmallSelectedImage() throws java.io.IOException, AutomationException
getSmallSelectedImage
in interface IGxObjectUI
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLargeImage() throws java.io.IOException, AutomationException
getLargeImage
in interface IGxObjectUI
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLargeSelectedImage() throws java.io.IOException, AutomationException
getLargeSelectedImage
in interface IGxObjectUI
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getContextMenu() throws java.io.IOException, AutomationException
getContextMenu
in interface IGxObjectUI
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getNewMenu() throws java.io.IOException, AutomationException
getNewMenu
in interface IGxObjectUI
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPropertyCount() throws java.io.IOException, AutomationException
getPropertyCount
in interface IGxObjectProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPropByIndex(int index, java.lang.String[] name, java.lang.Object[] value) throws java.io.IOException, AutomationException
getPropByIndex
in interface IGxObjectProperties
index
- The index (in)name
- The name (in/out: use single element array)value
- A Variant (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getProperty(java.lang.String name) throws java.io.IOException, AutomationException
getProperty
in interface IGxObjectProperties
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProperty(java.lang.String name, java.lang.Object value) throws java.io.IOException, AutomationException
setProperty
in interface IGxObjectProperties
name
- The name (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasChildren() throws java.io.IOException, AutomationException
isHasChildren
in interface IGxObjectContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGxObject getChildren() throws java.io.IOException, AutomationException
getChildren
in interface IGxObjectContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAreChildrenViewable() throws java.io.IOException, AutomationException
isAreChildrenViewable
in interface IGxObjectContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject addChild(IGxObject child) throws java.io.IOException, AutomationException
addChild
in interface IGxObjectContainer
child
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteChild(IGxObject child) throws java.io.IOException, AutomationException
deleteChild
in interface IGxObjectContainer
child
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isConnected() throws java.io.IOException, AutomationException
isConnected
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAdministrator() throws java.io.IOException, AutomationException
isAdministrator
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connect() throws java.io.IOException, AutomationException
connect
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void disconnect() throws java.io.IOException, AutomationException
disconnect
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDataServerManager() throws java.io.IOException, AutomationException
getDataServerManager
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createGeoDatabase(java.lang.String gdbName, java.lang.String gdbFileName, int gdbFileSize) throws java.io.IOException, AutomationException
createGeoDatabase
in interface IGxGDSConnection
gdbName
- The gdbName (in)gdbFileName
- The gdbFileName (in)gdbFileSize
- The gdbFileSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void attachGeoDatabase(java.lang.String gdbName, java.lang.String gdbFileName) throws java.io.IOException, AutomationException
attachGeoDatabase
in interface IGxGDSConnection
gdbName
- The gdbName (in)gdbFileName
- The gdbFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreGeodatabase(java.lang.String gdbName, java.lang.String backupFileName, java.lang.String dbFileName) throws java.io.IOException, AutomationException
restoreGeodatabase
in interface IGxGDSConnection
gdbName
- The gdbName (in)backupFileName
- The backupFileName (in)dbFileName
- The dbFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void start() throws java.io.IOException, AutomationException
start
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws java.io.IOException, AutomationException
stop
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resume() throws java.io.IOException, AutomationException
resume
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pause() throws java.io.IOException, AutomationException
pause
in interface IGxGDSConnection
java.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 |