| |
|
| java.lang.Object org.objectweb.jonas.container.Protocols
Protocols | public class Protocols (Code) | | Class used to manage protocol names
|
CMI_RMI | final public static String CMI_RMI(Code) | | CMI protocol
|
JEREMIE | final public static String JEREMIE(Code) | | JEREMIE protocol
|
RMI_IIOP | final public static String RMI_IIOP(Code) | | IIOP protocol
|
RMI_IRMI | final public static String RMI_IRMI(Code) | | JRMP protocol
|
RMI_JRMP | final public static String RMI_JRMP(Code) | | JRMP protocol
|
Protocols | public Protocols(String pns)(Code) | | Build a new object to check protocols
Parameters: pns - names of protocols |
Protocols | public Protocols(String pns, boolean configure)(Code) | | |
isSupported | public boolean isSupported(String pn)(Code) | | Return true if the given protocol is supported
Parameters: pn - protocol name true if the given protocol is supported |
isSupported | public boolean isSupported(Protocols pns)(Code) | | Return true if the given protocol is supported
Parameters: pns - protocol names true if the given protocol is supported |
list | public String list()(Code) | | Return comma-separated list of protocol names
|
|
|
|