com.esri.arcgis.system
Interface IObjectActivate

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeoDataServer, GeometryServer, GeometryServerImpl, GlobeServer, GPJobServer, GPServer, GPServerSync, GraphicFeatureServer, ImageServer, IndexGenerator, IObjectActivateProxy, JPIPServer, MapServer, NAServer, SearchServer, ServerObject, WFSServer, WMSImageServer, WMSServer, WPSServer

public interface IObjectActivate
extends Serializable


Field Summary
static String IID
          Deprecated. Internal use only
static int IIDe3b78022_143e_4e61_9099_ed319ec061e7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void activate()
          Activates the object.
 void deactivate()
          Deactivates the object.
 

Field Detail

IIDe3b78022_143e_4e61_9099_ed319ec061e7

static final int IIDe3b78022_143e_4e61_9099_ed319ec061e7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

activate

void activate()
              throws IOException,
                     AutomationException
Activates the object.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deactivate

void deactivate()
                throws IOException,
                       AutomationException
Deactivates the object.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.