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

java.lang.Objectorg.lucane.server.Service
org.lucane.plugins.forumadmin.ForumAdminService
- public class ForumAdminService
- extends org.lucane.server.Service
| Field Summary | |
private java.sql.Connection |
conn
|
private java.sql.ResultSet |
res
|
private java.sql.Statement |
st
|
| Constructor Summary | |
ForumAdminService()
|
|
| Method Summary | |
private void |
create(java.lang.String forum,
org.lucane.common.ObjectConnection sc)
|
private void |
delete(java.lang.String forum,
org.lucane.common.ObjectConnection sc)
|
void |
init(org.lucane.server.Server parent)
Initialize the service. |
void |
install()
Install the service. |
private void |
list(org.lucane.common.ObjectConnection sc)
|
void |
process(org.lucane.common.ObjectConnection sc,
org.lucane.common.Message message)
Called each time a request for this service has to be treated. |
| Methods inherited from class org.lucane.server.Service |
getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
conn
private java.sql.Connection conn
st
private java.sql.Statement st
res
private java.sql.ResultSet res
| Constructor Detail |
ForumAdminService
public ForumAdminService()
| Method Detail |
process
public void process(org.lucane.common.ObjectConnection sc, 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.
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.
install
public void install()
- Description copied from class:
org.lucane.server.Service - Install the service.
Only called the first time a service is initialized.
list
private void list(org.lucane.common.ObjectConnection sc)
delete
private void delete(java.lang.String forum, org.lucane.common.ObjectConnection sc)
create
private void create(java.lang.String forum, org.lucane.common.ObjectConnection sc)
|
|||||||||
| Home >> All >> org >> lucane >> plugins >> [ forumadmin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC