|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerObjectFactory
Provides access to the method used to create a server object outside a server object container.
Server objects and their extensions can be used in ArcGIS Server applications, in which case the server object manager creates and manages instances of the server object and its extensions in process running within the server. Server objects and their extensions support coarse-grained methods that do large amounts of work.
Because they are COM objects, server objects and their extensions can be used in ArcGIS Engine or ArcGIS Desktop applications. The IServerObjectFactory interface allows you to create an instance of a server object and any enabled extensions for use in such applications.
Use the CreateServerObject method to create an instance of a server object
Method Summary | |
---|---|
IServerObject |
createServerObject(String cLSID,
String cfgName,
String cfgType)
Creates a server object outside of the server environment. |
Method Detail |
---|
IServerObject createServerObject(String cLSID, String cfgName, String cfgType) throws IOException, AutomationException
cLSID
- The cLSID (in)cfgName
- The cfgName (in)cfgType
- The cfgType (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 |