Class GenericURLContext

java.lang.Object
com.sun.jndi.url.iiop.GenericURLContext
All Implemented Interfaces:
Context
Direct Known Subclasses:
iiopURLContext

public abstract class GenericURLContext extends Object implements Context
This abstract class is a generic URL context that accepts as the name argument either a string URL or a Name whose first component is a URL. It resolves the URL to a target context and then continues the operation using the remaining name in the target context as if the first component names a junction. A subclass must define getRootURLContext() to process the URL into head/tail pieces. If it wants to control how URL strings are parsed and compared for the rename() operation, then it should override getNonRootURLSuffixes() and urlEquals().
Author:
Scott Seligman, Rosanna Lee