|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.webservice.server.WebServiceContext
ServiceInstanceContext
This class represents a context of a service instance.
Constructor Summary | |
WebServiceContext()
Deprecated. |
Method Summary | |
abstract java.util.Map |
getContextData()
Deprecated. Returns map of additional associated data with given service (common data for all instances of particular service) |
abstract java.lang.String |
getContextId()
Deprecated. returns the id of the context. |
static WebServiceContext |
getInstance()
Deprecated. Returns instance of the WebServiceContext for the current
execution environment |
abstract LifeCycleService |
getLifeCycleService()
Deprecated. use org.idoox.wasp.server.WSContext.getLifeCycleService() instead |
abstract java.lang.String |
getRootPath()
Deprecated. Returns absolute path of the root directory of the web service context represented by this instance |
abstract Configurable |
getServiceConfigurable()
Deprecated. use getServiceInstanceConfigurable() method instead. |
abstract Configurable |
getServiceInstanceConfigurable()
Deprecated. returns the configuration of the service instance |
abstract java.lang.String |
getServiceInstanceName()
Deprecated. Return the name of this service instance. |
abstract java.lang.String |
getServiceName()
Deprecated. use getServiceInstanceName() method instead. |
abstract void |
log(java.lang.String msg)
Deprecated. logs a message |
abstract void |
log(java.lang.String message,
java.lang.Throwable throwable)
Deprecated. logs a message and exception |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.systinet.wasp.webservice.ServiceInstanceContext |
getServiceInstance |
Constructor Detail |
public WebServiceContext()
Method Detail |
public abstract java.lang.String getContextId()
public abstract Configurable getServiceInstanceConfigurable()
null
if this
service has access to no default persistent configurationpublic abstract Configurable getServiceConfigurable()
null
if this
service has access to no default persistent configurationpublic abstract java.lang.String getRootPath()
public abstract java.util.Map getContextData()
getContextData
in interface ServiceInstanceContext
Map
of additional datapublic abstract LifeCycleService getLifeCycleService()
public abstract void log(java.lang.String msg)
msg
- message to be loggedpublic abstract void log(java.lang.String message, java.lang.Throwable throwable)
message
- the message to be loggedthrowable
- the exception to be loggedpublic static WebServiceContext getInstance()
WebServiceContext
for the current
execution environment
WebServiceContext
public abstract java.lang.String getServiceInstanceName()
public abstract java.lang.String getServiceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |