| java.lang.Object com.rift.coad.util.connection.ProxyConnection
ProxyConnection | public class ProxyConnection implements Connection(Code) | | This class manages a proxy connection.
author: Brett Chaldecott |
Field Summary | |
protected static Logger | log |
Method Summary | |
public synchronized Object | getConnection(Class type) This object returns the connection to the object. | public static boolean | isLocalURL(String jndiURL) This method returns true if the object being passed contains a local
url. |
log | protected static Logger log(Code) | | |
ProxyConnection | public ProxyConnection(Context context, String jndiURL)(Code) | | Creates a new instance of ProxyConnection
Parameters: context - The context object responsible for returning information. Parameters: jndiURL - The url identifying the object. |
isLocalURL | public static boolean isLocalURL(String jndiURL)(Code) | | This method returns true if the object being passed contains a local
url.
TRUE if a local URL, FALSE if not. Parameters: jndiURL - The string url to perform the check on. |
|
|