1 7 package org.jboss.remoting; 8 9 12 public interface ServerInterceptorChainMBean { 13 14 18 javax.management.ObjectName getConnectorName() ; 19 20 24 void setConnectorName(javax.management.ObjectName newConnectorName) ; 25 26 30 java.lang.String getSubsystem() ; 31 32 36 void setSubsystem(java.lang.String newSubsystem) ; 37 38 42 java.util.List getInterceptorNames() ; 43 44 48 void setInterceptorNames(java.util.List newInterceptorNames) ; 49 50 54 void start() throws java.lang.Exception ; 55 56 60 void stop() throws java.lang.Exception ; 61 62 } 63 | Popular Tags |