Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.notification.servant.AbstractAdmin
org.jacorb.notification.servant.ConsumerAdminTieImpl
public class ConsumerAdminTieImpl
extends AbstractAdmin
implements ConsumerAdminOperations, Disposable, ProxyEventListener
Field Summary |
Fields inherited from class org.jacorb.notification.servant.AbstractAdmin | |
DEFAULT_FILTER_GROUP_OPERATOR , logger_ , modifyProxiesLock_ , offerManager_ , pullServants_ , pushServants_ , subscriptionManager_ |
Constructor Summary | |
|
Method Summary | |
void |
|
void | |
void |
|
Object |
|
MessageConsumer |
|
Servant | |
List | |
ProxySupplier |
|
boolean |
|
MappingFilter | |
void |
|
ProxySupplier |
|
ProxySupplier |
|
ProxyPullSupplier | |
ProxyPushSupplier |
|
MappingFilter | |
void |
|
int[] | |
int[] | |
void |
|
public void actionProxyCreated(ProxyEvent event)
- Specified by:
- actionProxyCreated in interface ProxyEventListener
public void actionProxyCreationRequest(ProxyEvent event)
- Specified by:
- actionProxyCreationRequest in interface ProxyEventListener
public void actionProxyDisposed(ProxyEvent event)
- Specified by:
- actionProxyDisposed in interface ProxyEventListener
public MessageConsumer getMessageConsumer()
ConsumerAdmin never has a MessageConsumer
- Specified by:
- getMessageConsumer in interface FilterStage
public List getSubsequentFilterStages()
- Specified by:
- getSubsequentFilterStages in interface FilterStage
public ProxySupplier get_proxy_supplier(int key) throws ProxyNotFound
- Specified by:
- get_proxy_supplier in interface ConsumerAdminOperations
public boolean hasMessageConsumer()
ConsumerAdmin never has a MessageConsumer
- Specified by:
- hasMessageConsumer in interface FilterStage
public MappingFilter lifetime_filter()
- Specified by:
- lifetime_filter in interface ConsumerAdminOperations
public void lifetime_filter(MappingFilter lifetimeFilter)
- Specified by:
- lifetime_filter in interface ConsumerAdminOperations
public ProxySupplier obtain_notification_pull_supplier(ClientType clientType, IntHolder intHolder) throws AdminLimitExceeded
- Specified by:
- obtain_notification_pull_supplier in interface ConsumerAdminOperations
public ProxySupplier obtain_notification_push_supplier(ClientType clientType, IntHolder intHolder) throws AdminLimitExceeded
- Specified by:
- obtain_notification_push_supplier in interface ConsumerAdminOperations
public ProxyPullSupplier obtain_pull_supplier()
- Specified by:
- obtain_pull_supplier in interface ConsumerAdminOperations
public ProxyPushSupplier obtain_push_supplier()
get ProxyPushSupplier (EventStyle)
- Specified by:
- obtain_push_supplier in interface ConsumerAdminOperations
public MappingFilter priority_filter()
- Specified by:
- priority_filter in interface ConsumerAdminOperations
public void priority_filter(MappingFilter priorityFilter)
- Specified by:
- priority_filter in interface ConsumerAdminOperations
public int[] pull_suppliers()
- Specified by:
- pull_suppliers in interface ConsumerAdminOperations
public int[] push_suppliers()
- Specified by:
- push_suppliers in interface ConsumerAdminOperations
public void subscription_change(EventType added, EventType removed) throws InvalidEventType