|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PetalsServer
| Field Summary | |
|---|---|
static java.lang.String |
INSTALL_DIRECTORY
|
static java.lang.String |
INSTALLED_DIRECTORY
|
static java.lang.String |
WORK_DIRECTORY
|
| Method Summary | |
|---|---|
java.lang.String |
browseJNDI()
Browse the content of the PEtALS JNDI directory. |
java.lang.String |
getContainerConfiguration()
Get the container configuration. |
java.util.List<ServiceEndpoint> |
getServiceEndpoints(boolean global)
|
void |
init()
Initialize the PEtALS environment |
void |
start()
Start the PEtALS container |
void |
stop()
Stop the PEtALS container. |
void |
synchronizeRegistry()
Synchronize the endpoint registry. |
| Field Detail |
|---|
static final java.lang.String WORK_DIRECTORY
static final java.lang.String INSTALL_DIRECTORY
static final java.lang.String INSTALLED_DIRECTORY
| Method Detail |
|---|
void init()
throws PetalsException
PetalsException - Raised if any error during initialization
void start()
throws PetalsException
PetalsException - Raised if any error during starting
void stop()
throws PetalsException
PetalsException - Raised if any error during stopping
java.lang.String browseJNDI()
throws PetalsException
PetalsException - Raised if any error during browsing
java.util.List<ServiceEndpoint> getServiceEndpoints(boolean global)
throws PetalsException
if - true, get all the endpoints from all the containers I can talk
with. If false, get all the endpoints I know locally
PetalsException
void synchronizeRegistry()
throws PetalsException
PetalsException
java.lang.String getContainerConfiguration()
throws PetalsException
PetalsException - If the container configuration is not defined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||