Public Member Functions | |
| HANamingContextFactory () | |
| Context | getInitialContext (Hashtable env) throws NamingException |
Static Public Member Functions | |
| static NamingConnection | getNamingConnection (Hashtable env) throws NamingException |
Definition at line 38 of file HANamingContextFactory.java.
| Context fr.dyade.aaa.jndi2.haclient.HANamingContextFactory.getInitialContext | ( | Hashtable | env | ) | throws NamingException |
| env | This contains the hostname and the port. |
| NamingException | Thrown if the host and port properties aren't strings, if the port string does not represent a valid number, or if an exception is thrown from the NamingContext constructor. |
Definition at line 51 of file HANamingContextFactory.java.
References fr.dyade.aaa.jndi2.haclient.HANamingContextFactory.getNamingConnection().
Here is the call graph for this function:

1.5.0