|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.communication.jndi.client.naming.JNDIConnection
public class JNDIConnection
Connection to the PEtALS JNDI agent.
| Field Summary | |
|---|---|
protected java.lang.String |
host
Host of the PEtALS JNDI Agent |
protected int |
port
Port of the PEtALS JNDI Agent |
| Constructor Summary | |
|---|---|
JNDIConnection(java.net.URI jndiURI)
Creates a new instance of JNDIConnection |
|
| Method Summary | |
|---|---|
java.lang.Object |
send(RegistryRequest request)
Send a request to a Registry server |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int port
protected java.lang.String host
| Constructor Detail |
|---|
public JNDIConnection(java.net.URI jndiURI)
JNDIConnection
port - host - | Method Detail |
|---|
public java.lang.Object send(RegistryRequest request)
throws javax.naming.NamingException
send in interface NamingConnectionrequest - request to send
javax.naming.NamingException - if a NamingException is thrown on the server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||