|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceContext
Provides functionality that the service will require throughout its lifetime. This object will be passed to a service instance when it is created. The service instance may choose to cache a reference to this object and call on it at anytime it requires.
ServiceContainer.onCreateService(com.platform.symphony.soam.ServiceContext)
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Gets the name of the application. |
java.lang.String |
getConsumerId()
Gets the consumer ID. |
java.lang.String |
getDeployDirectory()
Gets the deployment directory. |
InterruptEvent |
getLastInterruptEvent()
Gets the current interrupt event. |
java.lang.String |
getLogDirectory()
Gets the log directory. |
java.lang.String |
getServiceName()
Gets the service name. |
void |
setControlCode(int code)
Sets a service control code for service instance manager. |
Method Detail |
---|
java.lang.String getServiceName() throws SoamException
SoamException
InterruptEvent getLastInterruptEvent() throws SoamException
SoamException
InterruptEvent
void setControlCode(int code) throws SoamException
code
- The control code defined in the Application Profile
SoamException
java.lang.String getApplicationName() throws SoamException
SoamException
java.lang.String getConsumerId() throws SoamException
SoamException
java.lang.String getDeployDirectory() throws SoamException
SoamException
java.lang.String getLogDirectory() throws SoamException
SoamException
|
Version 4.1 Date Modified: -DREL_DATE=Nov 03 2008 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2008 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |