| java.lang.Object org.jacorb.notification.servant.AbstractProxy org.jacorb.notification.servant.AbstractProxyConsumer
All known Subclasses: org.jacorb.notification.servant.SequenceProxyPushConsumerImpl, org.jacorb.notification.servant.ProxyPullConsumerImpl, org.jacorb.notification.servant.SequenceProxyPullConsumerImpl, org.jacorb.notification.servant.StructuredProxyPushConsumerImpl, org.jacorb.notification.servant.TypedProxyPushConsumerImpl, org.jacorb.notification.servant.StructuredProxyPullConsumerImpl, org.jacorb.notification.servant.TypedProxyPullConsumerImpl, org.jacorb.notification.servant.ProxyPushConsumerImpl,
AbstractProxyConsumer | abstract public class AbstractProxyConsumer extends AbstractProxy implements IProxyConsumer,NotifyPublishOperations,AbstractProxyConsumerMBean(Code) | | author: Alphonse Bendt version: $Id: AbstractProxyConsumer.java,v 1.21 2006/07/07 12:38:44 alphonse.bendt Exp $ |
supplierAdmin_ | final protected SupplierAdmin supplierAdmin_(Code) | | |
MyAdmin | final public SupplierAdmin MyAdmin()(Code) | | |
checkMessageProperties | protected void checkMessageProperties(Message m)(Code) | | check if a Message is acceptable to the QoS Settings of this ProxyConsumer
|
clientDisconnected | final protected void clientDisconnected()(Code) | | |
getMessageCount | final public int getMessageCount()(Code) | | |
getStartTimeSupported | public boolean getStartTimeSupported()(Code) | | |
getStopTimeSupported | public boolean getStopTimeSupported()(Code) | | |
getSubscriptionListener | final NotifySubscribeOperations getSubscriptionListener()(Code) | | |
getSubsequentFilterStages | final public List getSubsequentFilterStages()(Code) | | |
hasMessageConsumer | final public boolean hasMessageConsumer()(Code) | | |
newMessages | protected Message[] newMessages(StructuredEvent[] events)(Code) | | |
obtain_subscription_types | final public EventType[] obtain_subscription_types(ObtainInfoMode obtainInfoMode)(Code) | | |
offer_change | public void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType(Code) | | |
removeListener | protected void removeListener()(Code) | | removes the listener. subscription_change will no more be issued to the connected Supplier
|
setSubsequentDestinations | public void setSubsequentDestinations(List list)(Code) | | |
|
|