Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.util
Class Utils

java.lang.Object
  extended by com.stc.connector.batchadapter.util.Utils

public class Utils
extends java.lang.Object

jim.fu@sun.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates


Constructor Summary
Utils()
           
 
Method Summary
static boolean isSynchronizedConnection(com.stc.connector.framework.util.ConfigurationHelper cfg, java.lang.String key)
           
static boolean matchString(java.lang.String s1, java.lang.String s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

matchString

public static boolean matchString(java.lang.String s1,
                                  java.lang.String s2)

isSynchronizedConnection

public static boolean isSynchronizedConnection(com.stc.connector.framework.util.ConfigurationHelper cfg,
                                               java.lang.String key)

Sun Adapter for Batch/FTP