org.openejb.corba.security.config.css
Interface CSSTransportMechConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
CSSNULLTransportConfig, CSSSSLTransportConfig

public interface CSSTransportMechConfig
extends Serializable

Version:
$Rev: 445259 $ $Date: 2005-03-08 05:08:36 +0100 (Tue, 08 Mar 2005) $

Method Summary
 boolean canHandle(TSSTransportMechConfig transMech)
           
 short getRequires()
           
 short getSupports()
           
 

Method Detail

getSupports

public short getSupports()

getRequires

public short getRequires()

canHandle

public boolean canHandle(TSSTransportMechConfig transMech)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.