org.objectweb.dream
Class PushPushDreamComponent
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.PushPushDreamComponent
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable, Push
- public abstract class PushPushDreamComponent
- extends AbstractComponent
- implements Push
Abstract implementation of a Push/Push component.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.dream.Push |
push |
outPushItf
protected Push outPushItf
- The output
Push
client interface
PushPushDreamComponent
public PushPushDreamComponent()
listFc
public String[] listFc()
- Specified by:
listFc
in interface BindingController
- See Also:
BindingController.listFc()
bindFc
public void bindFc(String clientItfName,
Object serverItf)
throws NoSuchInterfaceException,
IllegalBindingException,
IllegalLifeCycleException
- Stores the
outPush
binding.
- Specified by:
bindFc
in interface BindingController
- Overrides:
bindFc
in class AbstractComponent
- Throws:
NoSuchInterfaceException
IllegalBindingException
IllegalLifeCycleException
- See Also:
BindingController.bindFc(String,
Object)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.