|
|||||||||
| Home >> All >> org >> lucane >> plugins >> [ administrator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.lucane.plugins.administrator
Class AdministratorService

java.lang.Objectorg.lucane.server.Service
org.lucane.plugins.administrator.AdministratorService
- public class AdministratorService
- extends org.lucane.server.Service
| Field Summary | |
private org.lucane.server.store.Store |
store
|
| Constructor Summary | |
AdministratorService()
|
|
| Method Summary | |
private void |
getAllGroups(org.lucane.common.ObjectConnection oc)
|
private void |
getAllPlugins(org.lucane.common.ObjectConnection oc)
|
private void |
getAllServices(org.lucane.common.ObjectConnection oc)
|
private void |
getAllUsers(org.lucane.common.ObjectConnection oc)
|
private void |
getAuthorizedPlugins(org.lucane.common.ObjectConnection oc,
org.lucane.common.concepts.UserConcept user)
|
void |
init(org.lucane.server.Server parent)
Initialize the service. |
void |
process(org.lucane.common.ObjectConnection oc,
org.lucane.common.Message message)
Called each time a request for this service has to be treated. |
private void |
remove(org.lucane.common.concepts.Concept concept)
|
private void |
store(org.lucane.common.concepts.Concept concept)
|
private void |
update(org.lucane.common.concepts.Concept concept)
|
| Methods inherited from class org.lucane.server.Service |
getName, install |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
store
private org.lucane.server.store.Store store
| Constructor Detail |
AdministratorService
public AdministratorService()
| Method Detail |
init
public void init(org.lucane.server.Server parent)
- Description copied from class:
org.lucane.server.Service - Initialize the service.
Called every time the server is started.
process
public void process(org.lucane.common.ObjectConnection oc, org.lucane.common.Message message)
- Description copied from class:
org.lucane.server.Service - Called each time a request for this service has to be treated.
getAllGroups
private void getAllGroups(org.lucane.common.ObjectConnection oc)
getAllUsers
private void getAllUsers(org.lucane.common.ObjectConnection oc)
getAllPlugins
private void getAllPlugins(org.lucane.common.ObjectConnection oc)
getAllServices
private void getAllServices(org.lucane.common.ObjectConnection oc)
getAuthorizedPlugins
private void getAuthorizedPlugins(org.lucane.common.ObjectConnection oc, org.lucane.common.concepts.UserConcept user)
store
private void store(org.lucane.common.concepts.Concept concept) throws java.lang.Exception
update
private void update(org.lucane.common.concepts.Concept concept) throws java.lang.Exception
remove
private void remove(org.lucane.common.concepts.Concept concept) throws java.lang.Exception
|
|||||||||
| Home >> All >> org >> lucane >> plugins >> [ administrator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC