Package fr.dyade.aaa.jndi2.client
Interface NamingConnection
-
- All Known Implementing Classes:
SimpleNamingConnection
public interface NamingConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamingConnectioncloneConnection()HashtablegetEnvironment()JndiReplyinvoke(JndiRequest request)
-
-
-
Method Detail
-
invoke
JndiReply invoke(JndiRequest request) throws NamingException
- Throws:
NamingException
-
cloneConnection
NamingConnection cloneConnection()
-
getEnvironment
Hashtable getEnvironment() throws NamingException
- Throws:
NamingException
-
-