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

java.lang.Object
  extended by org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<ExecutionEnvironmentTest>
      extended by com.ebmwebsourcing.easyviper.environment.test.env.api.ExecutionEnvironmentTestFcSR
All Implemented Interfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, ExecutionEnvironmentTest, java.io.Serializable, org.oasisopen.sca.ServiceReference<ExecutionEnvironmentTest>

public class ExecutionEnvironmentTestFcSR
extends org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<ExecutionEnvironmentTest>
implements ExecutionEnvironmentTest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl
callbackID, service
 
Constructor Summary
ExecutionEnvironmentTestFcSR(java.lang.Class<ExecutionEnvironmentTest> businessInterface, ExecutionEnvironmentTest service)
           
 
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.util.Map<java.lang.String,java.lang.Object> getInitializationContext()
           
 java.lang.String getName()
           
 java.util.List<ProviderEndpoint> getProviderEndpoints()
           
 ExecutionEnvironmentTest getService()
           
 void setCore(com.ebmwebsourcing.easyviper.core.api.Core arg0)
           
 void setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> arg0)
           
 void setName(java.lang.String arg0)
           
 void startSCAComponent()
           
 void stopSCAComponent()
           
 
Methods inherited from class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl
_getCallback, _getCallbackID, _getConversation, _getConversationID, _getDelegate, _isConversational, _peekConversation, _popConversation, _pushConversation, _setCallback, _setCallbackID, _setConversationID, getBusinessInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionEnvironmentTestFcSR

public ExecutionEnvironmentTestFcSR(java.lang.Class<ExecutionEnvironmentTest> businessInterface,
                                    ExecutionEnvironmentTest service)
Method Detail

getService

public ExecutionEnvironmentTest getService()
Specified by:
getService in interface org.oasisopen.sca.ServiceReference<ExecutionEnvironmentTest>
Overrides:
getService in class org.ow2.frascati.tinfi.oasis.ServiceReferenceImpl<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

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

getClientEndpoints

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

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

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

getProviderEndpoints

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

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

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

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

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)
                                        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

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

getInitializationContext

public java.util.Map<java.lang.String,java.lang.Object> getInitializationContext()
                                                                          throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
getInitializationContext in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

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

setInitializationContext

public void setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> arg0)
                              throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
setInitializationContext in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

getCore

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


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.