|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigurationFactory2
Provides access to members that can be called during server object configuration events.
This interface is new at ArcGIS 9.3. It supersedes IConfigurationFactory.
Method Summary | |
---|---|
void |
beforeStart(IServerObjectAdmin pAdmin,
IPropertySet props)
Is called before the configuration is started. |
void |
beforeStop(IServerObjectAdmin pAdmin,
IPropertySet props)
Is called before the configuration is stopped. |
void |
onRemoveEx(IServerObjectAdmin pAdmin,
IPropertySet props)
Is called when the configuration is removed. |
Methods inherited from interface com.esri.arcgis.server.IConfigurationFactory |
---|
onAdd, onRemove, onStart, onStop |
Method Detail |
---|
void beforeStart(IServerObjectAdmin pAdmin, IPropertySet props) throws IOException, AutomationException
pAdmin
- A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeStop(IServerObjectAdmin pAdmin, IPropertySet props) throws IOException, AutomationException
pAdmin
- A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onRemoveEx(IServerObjectAdmin pAdmin, IPropertySet props) throws IOException, AutomationException
pAdmin
- A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
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 |