org.jboss.remoting.security
Interface SSLSocketFactoryServiceMBean

All Superinterfaces:
SocketFactoryMBean
All Known Implementing Classes:
SSLSocketFactoryService

public interface SSLSocketFactoryServiceMBean
extends SocketFactoryMBean

Author:
Tom Elrod

Method Summary
 void create()
          create the service, do expensive operations etc
 void destroy()
          destroy the service, tear down
 void setSSLSocketBuilder(SSLSocketBuilderMBean sslSocketBuilder)
           
 void start()
          start the service, create is already called
 void stop()
          stop the service
 
Methods inherited from interface org.jboss.remoting.security.SocketFactoryMBean
createSocket, createSocket, createSocket, createSocket
 

Method Detail

create

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

Throws:
java.lang.Exception

start

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

Throws:
java.lang.Exception

stop

void stop()
stop the service


destroy

void destroy()
destroy the service, tear down


setSSLSocketBuilder

void setSSLSocketBuilder(SSLSocketBuilderMBean sslSocketBuilder)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.