tamago.ext.tamagocc
Class TamagoCC

java.lang.Object
  extended by tamago.Tamago
      extended by tamago.ext.tamagocc.TamagoCC

public class TamagoCC
extends Tamago

Author:
Hakim Belhaouari

Constructor Summary
TamagoCC()
           
 
Method Summary
static void Bind(java.lang.Object requirer, java.lang.String label, java.lang.Object service)
          Cette version correspond a sa jummelle mais correspond a simplification des lignes de programmation.
static void Bind(RequireServiceNaming requirer, java.lang.String label, TamagoCCService service)
          Cette methode permet de faire le binding nommée entre un composant et un service requis
static TamagoCCPercolator[] getAvailablePercolator(java.lang.String fullnamecomponent)
           
static TamagoCCType getTamagoCCType(java.lang.String fullnameclass)
           
static TamagoCCType getTamagoCCType(java.lang.String name, java.lang.String module)
           
static TamagoCCComponent HotSwapping(TamagoCCComponent _old, TamagoCCComponent _new)
           
static TamagoCCComponent LookUp(java.lang.String c)
           
static TamagoCCComponent LookUp(java.lang.String c, java.lang.String percolatorname)
           
static TamagoCCComponent LookUp(java.lang.String c, java.lang.String percolatorname, TamagoCCComponent business)
           
static TamagoCCComponent LookUp(java.lang.String c, TamagoCCComponent business)
           
static TamagoCCAssembly LookUpAssembly(java.lang.String c)
           
 
Methods inherited from class tamago.Tamago
Activate, Bind, Configure, DeActivate, Initialize, Start, Stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TamagoCC

public TamagoCC()
Method Detail

LookUp

public static TamagoCCComponent LookUp(java.lang.String c)
                                throws TamagoException
Throws:
TamagoException

LookUp

public static TamagoCCComponent LookUp(java.lang.String c,
                                       TamagoCCComponent business)
                                throws TamagoException
Throws:
TamagoException

LookUp

public static TamagoCCComponent LookUp(java.lang.String c,
                                       java.lang.String percolatorname)
                                throws TamagoException
Throws:
TamagoException

LookUp

public static TamagoCCComponent LookUp(java.lang.String c,
                                       java.lang.String percolatorname,
                                       TamagoCCComponent business)
                                throws TamagoException
Throws:
TamagoException

LookUpAssembly

public static TamagoCCAssembly LookUpAssembly(java.lang.String c)
                                       throws TamagoException
Throws:
TamagoException

HotSwapping

public static TamagoCCComponent HotSwapping(TamagoCCComponent _old,
                                            TamagoCCComponent _new)
                                     throws TamagoException,
                                            TamagoCCHotSwappingException
Throws:
TamagoException
TamagoCCHotSwappingException

Bind

public static void Bind(RequireServiceNaming requirer,
                        java.lang.String label,
                        TamagoCCService service)
                 throws ServiceBindException
Cette methode permet de faire le binding nommée entre un composant et un service requis

Throws:
ServiceBindException

Bind

public static void Bind(java.lang.Object requirer,
                        java.lang.String label,
                        java.lang.Object service)
                 throws ServiceBindException
Cette version correspond a sa jummelle mais correspond a simplification des lignes de programmation.

Throws:
ServiceBindException

getTamagoCCType

public static TamagoCCType getTamagoCCType(java.lang.String name,
                                           java.lang.String module)
                                    throws TamagoException,
                                           java.lang.ClassNotFoundException
Throws:
TamagoException
java.lang.ClassNotFoundException

getTamagoCCType

public static TamagoCCType getTamagoCCType(java.lang.String fullnameclass)
                                    throws TamagoException
Throws:
TamagoException

getAvailablePercolator

public static TamagoCCPercolator[] getAvailablePercolator(java.lang.String fullnamecomponent)
                                                   throws TamagoException,
                                                          java.lang.ClassNotFoundException
Throws:
TamagoException
java.lang.ClassNotFoundException