org.openejb.corba.security.config.css
Class CSSSSLTransportConfig

java.lang.Object
  extended byorg.openejb.corba.security.config.css.CSSSSLTransportConfig
All Implemented Interfaces:
CSSTransportMechConfig, Serializable

public class CSSSSLTransportConfig
extends Object
implements CSSTransportMechConfig

At the moment, this config class can only handle a single address.

Version:
$Rev: 445281 $ $Date: 2005-03-12 18:04:57 +0100 (Sat, 12 Mar 2005) $
See Also:
Serialized Form

Constructor Summary
CSSSSLTransportConfig()
           
 
Method Summary
 boolean canHandle(TSSTransportMechConfig transMech)
           
 short getRequires()
           
 short getSupports()
           
 void setRequires(short requires)
           
 void setSupports(short supports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSSSLTransportConfig

public CSSSSLTransportConfig()
Method Detail

getSupports

public short getSupports()
Specified by:
getSupports in interface CSSTransportMechConfig

setSupports

public void setSupports(short supports)

getRequires

public short getRequires()
Specified by:
getRequires in interface CSSTransportMechConfig

setRequires

public void setRequires(short requires)

canHandle

public boolean canHandle(TSSTransportMechConfig transMech)
Specified by:
canHandle in interface CSSTransportMechConfig


Copyright © 1999-2006 OpenEJB. All Rights Reserved.