| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.FeatureServerConfigurationFactory
public class FeatureServerConfigurationFactory
FeatureServer Configuration Factory Class.
| Constructor Summary | |
|---|---|
| FeatureServerConfigurationFactory()Constructs a FeatureServerConfigurationFactory using ArcGIS Engine. | |
| FeatureServerConfigurationFactory(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  FeatureServerConfigurationFactory theFeatureServerConfigurationFactory = (FeatureServerConfigurationFactory) obj; | |
| 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. | 
|  boolean | equals(Object o)Compare this object with another | 
| static String | getClsid()getClsid. | 
|  int | hashCode()the hashcode for this object | 
|  void | interfaceSupportsErrorInfo(GUID riid)interfaceSupportsErrorInfo | 
|  IPropertySet | onAdd(IServerObjectAdmin pAdmin,
      IPropertySet pProps)Is called when the configuration is added. | 
|  void | onRemove()Is called when the configuration is removed. | 
|  void | onRemoveEx(IServerObjectAdmin pAdmin,
           IPropertySet props)Is called when the configuration is removed. | 
|  IPropertySet | onRename(IServerObjectAdmin pAdmin,
         IPropertySet props)Is called when configuration is renamed. | 
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
| getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public FeatureServerConfigurationFactory()
                                  throws IOException,
                                         UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FeatureServerConfigurationFactory(Object obj)
                                  throws IOException
 FeatureServerConfigurationFactory theFeatureServerConfigurationFactory = (FeatureServerConfigurationFactory) obj;
obj to FeatureServerConfigurationFactory.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IPropertySet onAdd(IServerObjectAdmin pAdmin,
                          IPropertySet pProps)
                   throws IOException,
                          AutomationException
onAdd in interface IConfigurationFactorypAdmin - 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.
public void onRemove()
              throws IOException,
                     AutomationException
onRemove in interface IConfigurationFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStart(IServerObjectAdmin pAdmin,
                    IPropertySet props)
             throws IOException,
                    AutomationException
onStart in interface IConfigurationFactorypAdmin - 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.
public void onStop(IServerObjectAdmin pAdmin,
                   IPropertySet props)
            throws IOException,
                   AutomationException
onStop in interface IConfigurationFactorypAdmin - 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.
public void beforeStart(IServerObjectAdmin pAdmin,
                        IPropertySet props)
                 throws IOException,
                        AutomationException
beforeStart in interface IConfigurationFactory2pAdmin - 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.
public void beforeStop(IServerObjectAdmin pAdmin,
                       IPropertySet props)
                throws IOException,
                       AutomationException
beforeStop in interface IConfigurationFactory2pAdmin - 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.
public void onRemoveEx(IServerObjectAdmin pAdmin,
                       IPropertySet props)
                throws IOException,
                       AutomationException
onRemoveEx in interface IConfigurationFactory2pAdmin - 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.
public IPropertySet onRename(IServerObjectAdmin pAdmin,
                             IPropertySet props)
                      throws IOException,
                             AutomationException
onRename in interface IConfigurationFactory3pAdmin - 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.
public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID  (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 | ||||||||