com.ebmwebsourcing.easyviper.environment.test.env.api
Class ExecutionEnvironmentTestFcInItf

java.lang.Object
  extended by org.objectweb.fractal.julia.BasicComponentInterface
      extended by org.ow2.frascati.tinfi.TinfiComponentInterface<ExecutionEnvironmentTest>
          extended by com.ebmwebsourcing.easyviper.environment.test.env.api.ExecutionEnvironmentTestFcInItf
All Implemented Interfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, ExecutionEnvironmentTest, org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface
Direct Known Subclasses:
ExecutionEnvironmentTestFcOutItf

public class ExecutionEnvironmentTestFcInItf
extends org.ow2.frascati.tinfi.TinfiComponentInterface<ExecutionEnvironmentTest>
implements ExecutionEnvironmentTest


Field Summary
 
Fields inherited from class org.ow2.frascati.tinfi.TinfiComponentInterface
impl
 
Fields inherited from class org.objectweb.fractal.julia.BasicComponentInterface
flags, name, owner, type
 
Constructor Summary
ExecutionEnvironmentTestFcInItf()
           
ExecutionEnvironmentTestFcInItf(org.objectweb.fractal.api.Component component, java.lang.String s, org.objectweb.fractal.api.Type type, boolean flag, java.lang.Object obj)
           
 
Method Summary
 void addClientEndpoint(ClientEndpoint arg0)
           
 void addProviderEndpoint(ProviderEndpoint arg0)
           
 ClientEndpoint createClientEndpoint(java.lang.String arg0)
           
 ProviderEndpoint createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1)
           
 ProviderEndpoint createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1, java.util.List<org.jdom.Element> arg2)
           
 void createSCAComponent()
           
 void destroySCAComponent()
           
 java.util.List<ClientEndpoint> getClientEndpoints()
           
 org.objectweb.fractal.api.Component getComponent()
           
 com.ebmwebsourcing.easyviper.core.api.Core getCore()
           
 java.lang.String getName()
           
 java.util.List<ProviderEndpoint> getProviderEndpoints()
           
 void setCore(com.ebmwebsourcing.easyviper.core.api.Core arg0)
           
 void setName(java.lang.String arg0)
           
 void startSCAComponent()
           
 void stopSCAComponent()
           
 
Methods inherited from class org.ow2.frascati.tinfi.TinfiComponentInterface
clone, getFcItfImpl, setFcItfImpl
 
Methods inherited from class org.objectweb.fractal.julia.BasicComponentInterface
equals, getFcItfName, getFcItfOwner, getFcItfType, hasFcInterceptor, hashCode, isFcInternalItf, setFcItfName, updateFcState
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionEnvironmentTestFcInItf

public ExecutionEnvironmentTestFcInItf()

ExecutionEnvironmentTestFcInItf

public ExecutionEnvironmentTestFcInItf(org.objectweb.fractal.api.Component component,
                                       java.lang.String s,
                                       org.objectweb.fractal.api.Type type,
                                       boolean flag,
                                       java.lang.Object obj)
Method Detail

getComponent

public org.objectweb.fractal.api.Component getComponent()
Specified by:
getComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

setCore

public void setCore(com.ebmwebsourcing.easyviper.core.api.Core arg0)
             throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
setCore in interface ExecutionEnvironmentTest
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

createProviderEndpoint

public ProviderEndpoint createProviderEndpoint(java.lang.String arg0,
                                               java.lang.Class<? extends Service> arg1)
                                        throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
createProviderEndpoint in interface ExecutionEnvironmentTest
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

setName

public void setName(java.lang.String arg0)
Specified by:
setName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

getProviderEndpoints

public java.util.List<ProviderEndpoint> getProviderEndpoints()
Specified by:
getProviderEndpoints in interface ExecutionEnvironmentTest

createSCAComponent

public void createSCAComponent()
                        throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
createSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

startSCAComponent

public void startSCAComponent()
                       throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
startSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

getClientEndpoints

public java.util.List<ClientEndpoint> getClientEndpoints()
Specified by:
getClientEndpoints in interface ExecutionEnvironmentTest

addClientEndpoint

public void addClientEndpoint(ClientEndpoint arg0)
                       throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
addClientEndpoint in interface ExecutionEnvironmentTest
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

createClientEndpoint

public ClientEndpoint createClientEndpoint(java.lang.String arg0)
                                    throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
createClientEndpoint in interface ExecutionEnvironmentTest
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getCore

public com.ebmwebsourcing.easyviper.core.api.Core getCore()
Specified by:
getCore in interface ExecutionEnvironmentTest

destroySCAComponent

public void destroySCAComponent()
                         throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
destroySCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

addProviderEndpoint

public void addProviderEndpoint(ProviderEndpoint arg0)
                         throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
addProviderEndpoint in interface ExecutionEnvironmentTest
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

stopSCAComponent

public void stopSCAComponent()
                      throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
stopSCAComponent in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

getName

public java.lang.String getName()
Specified by:
getName in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

createProviderEndpoint

public ProviderEndpoint createProviderEndpoint(java.lang.String arg0,
                                               java.lang.Class<? extends Service> arg1,
                                               java.util.List<org.jdom.Element> arg2)
                                        throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
createProviderEndpoint in interface ExecutionEnvironmentTest
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2011 Petals Link. All Rights Reserved.