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