|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CorEditionServiceHome
Home interface of the EditionService. An instance can be obtained as follows:
Context ctx = new InitialContext(); CorEditionServiceHome myHome = (CorEditionServiceHome) ctx.lookup(CorEditionServiceHome.JNDI_NAME);
| Field Summary | |
|---|---|
static java.lang.String |
JNDI_NAME
The JNDI name used to bind the CorEditionServiceHome interface. |
| Method Summary | |
|---|---|
EditionService |
getEditionService(Context context)
Gets an instance of the EditionService. |
EditionService |
getEditionService(Context context,
Workspace workspace)
Gets an instance of the EditionService. |
| Field Detail |
|---|
static final java.lang.String JNDI_NAME
CorEditionServiceHome interface.
| Method Detail |
|---|
EditionService getEditionService(Context context)
throws EditionServiceNotAvailableException
EditionService.
context - cor context
EditionService
EditionServiceNotAvailableException
EditionService getEditionService(Context context,
Workspace workspace)
throws EditionServiceNotAvailableException
EditionService.
context - cor contextworkspace - WCM workspace to be used by the service.
EditionService
EditionServiceNotAvailableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||