com.ebmwebsourcing.easyviper.core.api.env
Class SenderFcInItf

Package class diagram package SenderFcInItf
java.lang.Object
  extended by org.objectweb.fractal.julia.BasicComponentInterface
      extended by org.ow2.frascati.tinfi.TinfiComponentInterface<com.ebmwebsourcing.easyviper.core.api.env.Sender>
          extended by com.ebmwebsourcing.easyviper.core.api.env.SenderFcInItf
All Implemented Interfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.env.Sender, org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface
Direct Known Subclasses:
SenderFcOutItf

public class SenderFcInItf
extends org.ow2.frascati.tinfi.TinfiComponentInterface<com.ebmwebsourcing.easyviper.core.api.env.Sender>
implements com.ebmwebsourcing.easyviper.core.api.env.Sender


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
SenderFcInItf()
           
SenderFcInItf(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 createSCAComponent()
           
 void destroySCAComponent()
           
 org.objectweb.fractal.api.Component getComponent()
           
 com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment getExternalEnvironment()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter getMessageConverter()
           
 java.lang.String getName()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> sendSyncTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0, com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1, com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg2)
           
 void sendTo(com.ebmwebsourcing.easyviper.core.api.CoreException arg0, com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg1)
           
 void sendTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0, com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1, com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg2)
           
 void setLog(java.util.logging.Logger arg0)
           
 void setMessageConverter(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter 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

SenderFcInItf

public SenderFcInItf()

SenderFcInItf

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

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

sendSyncTo

public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> sendSyncTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
                                                                                       com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1,
                                                                                       com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg2)
                                                                                throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
sendSyncTo in interface com.ebmwebsourcing.easyviper.core.api.env.Sender
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

getName

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

setLog

public void setLog(java.util.logging.Logger arg0)
Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.env.Sender

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

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

setMessageConverter

public void setMessageConverter(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter arg0)
Specified by:
setMessageConverter in interface com.ebmwebsourcing.easyviper.core.api.env.Sender

getExternalEnvironment

public com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment getExternalEnvironment()
                                                                                     throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
getExternalEnvironment in interface com.ebmwebsourcing.easyviper.core.api.env.Sender
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

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

getMessageConverter

public com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter getMessageConverter()
Specified by:
getMessageConverter in interface com.ebmwebsourcing.easyviper.core.api.env.Sender

getComponent

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

sendTo

public void sendTo(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> arg0,
                   com.ebmwebsourcing.easyviper.core.api.soa.Endpoint arg1,
                   com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg2)
            throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
sendTo in interface com.ebmwebsourcing.easyviper.core.api.env.Sender
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

sendTo

public void sendTo(com.ebmwebsourcing.easyviper.core.api.CoreException arg0,
                   com.ebmwebsourcing.easyviper.core.api.env.ExternalContext arg1)
            throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
sendTo in interface com.ebmwebsourcing.easyviper.core.api.env.Sender
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2012 Petals Link. All Rights Reserved.