com.esri.arcgis.system
Interface IObjectActivate
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - GeoDataServer, GeometryServer, GeometryServerImpl, GlobeServer, GPJobServer, GPServer, GPServerSync, GraphicFeatureServer, ImageServer, IObjectActivateProxy, JPIPServer, MapServer, NAServer, ServerObject, WFSServer, WMSImageServer, WMSServer
 
public interface IObjectActivate
- extends Serializable
 
 
| 
Method Summary | 
 void | 
activate()
 
          Activates the object. | 
 void | 
deactivate()
 
          Deactivates the object. | 
 
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
 
 
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.