Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.lucane.plugins.maininterface
Class MIService  view MIService download MIService.java

java.lang.Object
  extended byorg.lucane.server.Service
      extended byorg.lucane.plugins.maininterface.MIService

public class MIService
extends org.lucane.server.Service


Field Summary
private  java.sql.Connection conn
           
private  org.lucane.server.database.DatabaseAbstractionLayer layer
           
private  java.sql.ResultSet res
           
private  java.sql.Statement st
           
 
Constructor Summary
MIService()
          Creates a new MIService object.
 
Method Summary
 void createTable()
           
private  void getUse(java.lang.String who, java.lang.String data, org.lucane.common.ObjectConnection oc)
           
private  void incUse(java.lang.String who, java.lang.String data)
           
 void init(org.lucane.server.Server parent)
          Initialize the service.
 void install()
          Install 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.
 
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

layer

private org.lucane.server.database.DatabaseAbstractionLayer layer

conn

private java.sql.Connection conn

st

private java.sql.Statement st

res

private java.sql.ResultSet res
Constructor Detail

MIService

public MIService()
Creates a new MIService object.

Method Detail

createTable

public void createTable()

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.


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.


getUse

private void getUse(java.lang.String who,
                    java.lang.String data,
                    org.lucane.common.ObjectConnection oc)

incUse

private void incUse(java.lang.String who,
                    java.lang.String data)