|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.sdisuite.IntegrationContextFactory
public class IntegrationContextFactory
A factory for configuring and instantiating the sdi.suite integration context.
Field Summary | |
---|---|
static String |
CONFIG_FILE
The configuration file location. |
Constructor Summary | |
---|---|
IntegrationContextFactory()
Default constructor |
Method Summary | |
---|---|
StringAttributeMap |
getConfiguration()
Gets the configuration. |
String |
getLicensesUrl()
Gets the URL for viewing a user's license list.. |
String |
getSecurityManagerUrl()
Gets the URL to the security manager user interface. |
String |
getServiceMonitorUrl()
Gets the URL to the service monitor user interface. |
String |
getSmartEditorStartWithUrl()
Gets the URL to the smart editor user interface (for opening an existing document). |
String |
getSmartEditorUrl()
Gets the URL to the smart editor user interface. |
boolean |
isIntegrationEnabled()
Determines if the integrating is enabled. |
static void |
main(String[] args)
Main unit test method. |
IntegrationContext |
newIntegrationContext()
Instantiates a new integration context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONFIG_FILE
Constructor Detail |
---|
public IntegrationContextFactory()
Method Detail |
---|
public static void main(String[] args)
args
- startup argumentspublic StringAttributeMap getConfiguration()
public String getLicensesUrl()
public String getSecurityManagerUrl()
public String getServiceMonitorUrl()
public String getSmartEditorUrl()
public String getSmartEditorStartWithUrl()
public boolean isIntegrationEnabled()
true
if enabledpublic IntegrationContext newIntegrationContext() throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundException
- if the class was not found
InstantiationException
- if the class could not be instantiated
IllegalAccessException
- if the class could not be accessed
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |