org.jacorb.notification.interfaces
Interface ProxyEventListener
- All Known Implementing Classes:
- ConsumerAdminImpl, ProxyEventAdapter, TypedConsumerAdminImpl
public interface ProxyEventListener
- Author:
- Alphonse Bendt
actionProxyCreationRequest
void actionProxyCreationRequest(ProxyEvent event)
throws org.omg.CosNotifyChannelAdmin.AdminLimitExceeded
- This event is fired if a Admin wants to create a new Proxy. A
Listener may throw AdminLimitExceeded if the creation of more
Proxies exeeds a limit.
- Throws:
org.omg.CosNotifyChannelAdmin.AdminLimitExceeded
actionProxyDisposed
void actionProxyDisposed(ProxyEvent event)
actionProxyCreated
void actionProxyCreated(ProxyEvent event)
Copyright © 2012 JacORB. All Rights Reserved.