tamago
Class Tamago

java.lang.Object
  extended by tamago.Tamago
Direct Known Subclasses:
TamagoCC

public class Tamago
extends java.lang.Object


Constructor Summary
Tamago()
           
 
Method Summary
static void Activate(Component comp)
           
static void Bind(RequireService requestor, Service provider)
           
static void Configure(Component comp)
           
static void DeActivate(Component comp)
           
static void Initialize(Component comp)
           
static void Start(Component comp)
           
static void Stop(Component comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tamago

public Tamago()
Method Detail

Bind

public static void Bind(RequireService requestor,
                        Service provider)
                 throws ServiceBindException
Throws:
ServiceBindException

Initialize

public static void Initialize(Component comp)
                       throws LifeCycleException
Throws:
LifeCycleException

Configure

public static void Configure(Component comp)
                      throws LifeCycleException
Throws:
LifeCycleException

Start

public static void Start(Component comp)
                  throws LifeCycleException
Throws:
LifeCycleException

Stop

public static void Stop(Component comp)
                 throws LifeCycleException
Throws:
LifeCycleException

Activate

public static void Activate(Component comp)
                     throws LifeCycleException
Throws:
LifeCycleException

DeActivate

public static void DeActivate(Component comp)
                       throws LifeCycleException
Throws:
LifeCycleException