|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A ConnectionSpec encapsulates the
DME instance at a URI and user authentication
details. The ConnectionFactory supports the
creation of the ConnectionSpec.
| Method Summary | |
java.util.Locale |
getLocale()
Returns the locale of the connection. |
java.lang.String |
getName()
Returns the user name. |
java.lang.String |
getURI()
Returns the URI to access the DME. |
void |
setLocale(java.util.Locale locale)
Sets the locale of the connection to be created. |
void |
setName(java.lang.String userName)
Sets the user name. |
void |
setPassword(java.lang.String password)
Sets the password associated with the supplied user name. |
void |
setURI(java.lang.String uri)
Sets the URI. |
| Method Detail |
public java.util.Locale getLocale()
public java.lang.String getName()
public java.lang.String getURI()
public void setLocale(java.util.Locale locale)
locale -
public void setName(java.lang.String userName)
userName - A new user name for the specified DME.
public void setPassword(java.lang.String password)
password - The password for the specified user name.
public void setURI(java.lang.String uri)
uri - A new URI of the DME to be connected.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||