com.ebmwebsourcing.easycommons.sca.helper.impl
Class SCAIntentHelper

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.sca.helper.impl.SCAIntentHelper

public class SCAIntentHelper
extends java.lang.Object


Method Summary
static SCAIntentHelper getSCAIntentHelper()
           
 void injectIntentIntoComponent(java.lang.String intenthandler, org.objectweb.fractal.api.Component comp)
           
 void injectIntentIntoComponents(java.lang.String intenthandler, java.util.List<org.objectweb.fractal.api.Component> comps)
           
 void releaseIntentInComponent(org.ow2.frascati.tinfi.api.IntentHandler intent, org.objectweb.fractal.api.Component comp)
           
 void releaseIntentInComponents(org.ow2.frascati.tinfi.api.IntentHandler intent, java.util.List<org.objectweb.fractal.api.Component> comps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSCAIntentHelper

public static SCAIntentHelper getSCAIntentHelper()

injectIntentIntoComponents

public void injectIntentIntoComponents(java.lang.String intenthandler,
                                       java.util.List<org.objectweb.fractal.api.Component> comps)
                                throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

injectIntentIntoComponent

public void injectIntentIntoComponent(java.lang.String intenthandler,
                                      org.objectweb.fractal.api.Component comp)
                               throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

releaseIntentInComponents

public void releaseIntentInComponents(org.ow2.frascati.tinfi.api.IntentHandler intent,
                                      java.util.List<org.objectweb.fractal.api.Component> comps)
                               throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

releaseIntentInComponent

public void releaseIntentInComponent(org.ow2.frascati.tinfi.api.IntentHandler intent,
                                     org.objectweb.fractal.api.Component comp)
                              throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException


Copyright © 2011 Petals Link. All Rights Reserved.