|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.ejb21.Protocols
public class Protocols
Class used to manage protocol names
| Field Summary | |
|---|---|
static String |
CMI_RMI
CMI protocol |
static String |
RMI_IIOP
IIOP protocol |
static String |
RMI_IRMI
JRMP protocol |
static String |
RMI_JRMP
JRMP protocol |
| Constructor Summary | |
|---|---|
Protocols(String pns)
Build a new object to check protocols |
|
Protocols(String pns,
boolean configure)
|
|
| Method Summary | |
|---|---|
boolean |
isSupported(Protocols pns)
Return true if the given protocol is supported |
boolean |
isSupported(String pn)
Return true if the given protocol is supported |
Iterator |
iterator()
|
String |
list()
Return comma-separated list of protocol names |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RMI_JRMP
public static final String RMI_IRMI
public static final String RMI_IIOP
public static final String CMI_RMI
| Constructor Detail |
|---|
public Protocols(String pns)
pns - names of protocols
public Protocols(String pns,
boolean configure)
| Method Detail |
|---|
public boolean isSupported(String pn)
pn - protocol name
public boolean isSupported(Protocols pns)
pns - protocol names
public Iterator iterator()
public String list()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||