| java.lang.Object org.jacorb.notification.servant.AbstractProxy
All known Subclasses: org.jacorb.notification.servant.AbstractProxyConsumer, org.jacorb.notification.servant.AbstractProxySupplier,
AbstractProxy | abstract public class AbstractProxy implements FilterAdminOperations,QoSAdminOperations,FilterStage,IServantLifecyle,Configurable,JMXManageable,AbstractProxyMBean(Code) | | author: Alphonse Bendt version: $Id: AbstractProxy.java,v 1.31 2006/03/06 19:53:46 alphonse.bendt Exp $ |
config_ | protected Configuration config_(Code) | | |
eventTypes_ | final protected Set eventTypes_(Code) | | |
logger_ | final protected Logger logger_(Code) | | |
MyType | abstract public ProxyType MyType()(Code) | | |
add_filter | final public int add_filter(Filter filter)(Code) | | |
checkIsConnected | protected void checkIsConnected() throws NotConnected(Code) | | |
checkIsNotConnected | protected void checkIsNotConnected() throws AlreadyConnected(Code) | | |
checkStillConnected | protected void checkStillConnected() throws Disconnected(Code) | | |
clientDisconnected | abstract protected void clientDisconnected()(Code) | | |
configure | public void configure(Configuration conf)(Code) | | |
connectionResumed | protected void connectionResumed()(Code) | | this is an extension point. invoked when resume_connection was called successfully.
|
connectionSuspended | protected void connectionSuspended()(Code) | | this is an extension point.
|
deactivate | final public void deactivate()(Code) | | |
destroy | final public void destroy()(Code) | | |
disconnectClient | abstract protected void disconnectClient()(Code) | | invoke the proxy specific disconnect method.
|
dispose | public void dispose()(Code) | | |
getConnected | final public boolean getConnected()(Code) | | |
getErrorCounter | final public int getErrorCounter()(Code) | | |
getInterFilterGroupOperator | public String getInterFilterGroupOperator()(Code) | | |
getJMXNotificationTypes | public String[] getJMXNotificationTypes()(Code) | | |
getJMXObjectName | final public String getJMXObjectName()(Code) | | |
getLifetimeFilter | final public MappingFilter getLifetimeFilter()(Code) | | |
getPriorityFilter | final public MappingFilter getPriorityFilter()(Code) | | |
get_all_filters | final public int[] get_all_filters()(Code) | | |
get_filter | final public Filter get_filter(int n) throws FilterNotFound(Code) | | |
get_qos | final public Property[] get_qos()(Code) | | |
handleDisconnected | protected void handleDisconnected(Disconnected e)(Code) | | |
hasInterFilterGroupOperatorOR | final public boolean hasInterFilterGroupOperatorOR()(Code) | | |
hasLifetimeFilter | final public boolean hasLifetimeFilter()(Code) | | |
hasPriorityFilter | final public boolean hasPriorityFilter()(Code) | | |
incErrorCounter | final public int incErrorCounter()(Code) | | |
isDestroyed | final public boolean isDestroyed()(Code) | | |
isIDPublic | public boolean isIDPublic()(Code) | | |
isSuspended | public boolean isSuspended()(Code) | | |
lifetime_filter | final public MappingFilter lifetime_filter()(Code) | | |
lifetime_filter | final public void lifetime_filter(MappingFilter filter)(Code) | | |
priority_filter | final public void priority_filter(MappingFilter filter)(Code) | | |
priority_filter | final public MappingFilter priority_filter()(Code) | | |
removeListener | abstract protected void removeListener()(Code) | | |
remove_all_filters | final public void remove_all_filters()(Code) | | |
remove_filter | final public void remove_filter(int n) throws FilterNotFound(Code) | | |
resetErrorCounter | public void resetErrorCounter()(Code) | | |
resume_connection | final public void resume_connection() throws NotConnected, ConnectionAlreadyActive(Code) | | |
setInterFilterGroupOperatorOR | void setInterFilterGroupOperatorOR(boolean b)(Code) | | |
set_qos | final public void set_qos(Property[] qosProps) throws UnsupportedQoS(Code) | | |
suspend_connection | final public void suspend_connection() throws NotConnected, ConnectionAlreadyInactive(Code) | | |
validate_event_qos | public void validate_event_qos(Property[] qosProps, NamedPropertyRangeSeqHolder propSeqHolder)(Code) | | |
validate_qos | final public void validate_qos(Property[] props, NamedPropertyRangeSeqHolder propertyRange) throws UnsupportedQoS(Code) | | |
|
|