org.jboss.remoting.security.domain
Interface DomainServerSocketFactoryServiceMBean

All Superinterfaces:
org.jboss.remoting.security.ServerSocketFactoryMBean
All Known Implementing Classes:
DomainServerSocketFactoryService

public interface DomainServerSocketFactoryServiceMBean
extends org.jboss.remoting.security.ServerSocketFactoryMBean

Author:
Tom Elrod

Method Summary
 void create()
          create the service, do expensive operations etc
 void destroy()
          destroy the service, tear down
 String getSecurityDomain()
           
 void setSecurityDomain(String securityDomain)
           
 void start()
          start the service, create is already called
 void stop()
          stop the service
 
Methods inherited from interface org.jboss.remoting.security.ServerSocketFactoryMBean
createServerSocket, createServerSocket, createServerSocket, createServerSocket
 

Method Detail

setSecurityDomain

void setSecurityDomain(String securityDomain)

getSecurityDomain

String getSecurityDomain()

start

void start()
           throws Exception
start the service, create is already called

Throws:
Exception

create

void create()
            throws Exception
create the service, do expensive operations etc

Throws:
Exception

stop

void stop()
stop the service


destroy

void destroy()
destroy the service, tear down



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.