|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.application.Application
Application defines the methods that are common to both simple applications and web applications.
Field Summary |
Fields inherited from interface electric.glue.IGLUELoggingConstants |
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT |
Fields inherited from interface electric.xml.IEXMLLoggingConstants |
MAPPING_EVENT, SCHEMA_EVENT |
Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
Constructor Summary | |
protected |
Application()
|
Method Summary | |
java.lang.String |
getAppName()
|
Element |
getConfig()
|
java.lang.String[] |
getEndpoints()
|
IFileLoader |
getFileLoader()
|
ServiceDescriptor |
getServiceDescriptor(java.lang.String path)
|
ServiceDescriptor[] |
getServiceDescriptors()
|
void |
setAppName(java.lang.String appName)
|
void |
setConfig(Element config)
|
void |
setFileLoader(IFileLoader fileLoader)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface electric.application.IApplication |
addJar, addService, addServiceUsingDescriptor, addServlet, deleteFiles, disableService, disableServlet, enableService, enableServlet, getServicePaths, getServicesSummary, getServletDescriptor, getServletNames, removeJar, removeService, removeServlet, uploadApplication |
Constructor Detail |
protected Application()
Method Detail |
public java.lang.String getAppName()
getAppName
in interface IApplication
public void setAppName(java.lang.String appName)
appName
- public IFileLoader getFileLoader()
public void setFileLoader(IFileLoader fileLoader)
fileLoader
- public Element getConfig()
public void setConfig(Element config)
config
- public void start()
public void stop()
public ServiceDescriptor getServiceDescriptor(java.lang.String path) throws RegistryException
getServiceDescriptor
in interface IApplication
path
-
RegistryException
public ServiceDescriptor[] getServiceDescriptors() throws RegistryException, DirectoryException
getServiceDescriptors
in interface IApplication
RegistryException
DirectoryException
public java.lang.String[] getEndpoints()
getEndpoints
in interface IApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |