wtanaka.praya
Class ProtocolClassList

java.lang.Object
  |
  +--wtanaka.praya.ProtocolClassList

public class ProtocolClassList
extends java.lang.Object

Static methods to get a list of protocols.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2002/01/12 21:41:37 $
Author:
$Author: wtanaka $

Field Summary
private static java.lang.Class[] s_protocolClassList
           
 
Constructor Summary
ProtocolClassList()
           
 
Method Summary
static java.lang.Class[] getProtocolClassList()
           
private static void initProtocolClassList()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

s_protocolClassList

private static java.lang.Class[] s_protocolClassList
Constructor Detail

ProtocolClassList

public ProtocolClassList()
Method Detail

initProtocolClassList

private static final void initProtocolClassList()

getProtocolClassList

public static java.lang.Class[] getProtocolClassList()