|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.common.ConnectOptions
ConnectOptions is a bucket of parameters that govern
the behavior of LibraryService.connect
.
Constructor Summary | |
ConnectOptions()
Constructs a ConnectOptions. |
Method Summary | |
java.lang.String |
getApplicationName()
Gets the name of the application creating the session. |
java.util.Locale |
getLocale()
Gets the Locale of the new session. |
void |
setApplicationName(java.lang.String name)
Sets the name of the application creating the session. |
void |
setLocale(java.util.Locale locale)
Sets the Locale of the new session. |
Constructor Detail |
public ConnectOptions() throws IfsException
IfsException
- if the operation failsMethod Detail |
public void setApplicationName(java.lang.String name) throws IfsException
The value is not used internally; it is purely informational.
name
- the application nameIfsException
- if the operation failspublic java.lang.String getApplicationName() throws IfsException
The value is not used internally; it is purely informational.
IfsException
- if the operation failspublic void setLocale(java.util.Locale locale) throws IfsException
locale
- the LocaleIfsException
- if the operation failspublic java.util.Locale getLocale() throws IfsException
IfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |