1 package org.jboss.remoting.security.domain; 2 3 import org.jboss.remoting.security.ServerSocketFactoryMBean; 4 5 8 public interface DomainServerSocketFactoryServiceMBean extends ServerSocketFactoryMBean 9 { 10 void setSecurityDomain(String securityDomain); 11 12 String getSecurityDomain(); 13 14 17 void start() throws Exception ; 18 19 22 void create() throws Exception ; 23 24 27 void stop(); 28 29 32 void destroy(); 33 } 34 | Popular Tags |