com.sybase.jdbc2.jdbc
Class ProtocolManager

java.lang.Object
  |
  +--com.sybase.jdbc2.jdbc.ProtocolManager

public class ProtocolManager
extends Object


Field Summary
 private static java.util.Hashtable_protocols
           

Constructor Summary
 private ProtocolManager()
           

Method Summary
 protected static synchronized com.sybase.jdbc2.jdbc.ProtocolgetProtocol(java.lang.String )
           
 static synchronized voidregisterProtocol(com.sybase.jdbc2.jdbc.Protocol )
           

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_protocols

private static java.util.Hashtable _protocols
Constructor Detail

ProtocolManager

private ProtocolManager()
Method Detail

getProtocol

protected static synchronized com.sybase.jdbc2.jdbc.Protocol getProtocol(java.lang.String )

registerProtocol

public static synchronized void registerProtocol(com.sybase.jdbc2.jdbc.Protocol )