|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface ConnectionInterface
The factory-managed connection handle.
| Method Summary | |
|---|---|
abstract void |
close()
Return the connection to the allocating factory's connection pool. |
abstract void |
generatePassword(java.lang.String userName,
org.omg.CORBA.StringHolder qualUserNameHolder,
org.omg.CORBA.StringHolder genPasswordHolder)
Generate a password for a user name. |
abstract org.omg.CORBA.Object |
getObject()
Get the remote object reference to the toplevel object on the IOM server. |
| Method Detail |
|---|
org.omg.CORBA.Object getObject()
close() is
called. After the call to close(), any call
to this method will throw an IllegalStateException.
void generatePassword(java.lang.String userName,
org.omg.CORBA.StringHolder qualUserNameHolder,
org.omg.CORBA.StringHolder genPasswordHolder)
throws ConnectionFactoryException
userName - the user name for which to generate a passwordqualUserNameHolder - (OUTPUT) a wrapper which will, after the method
call, contain the user name qualified with the generated password domaingenPasswordHolder - (OUTPUT) a wrapper which will, after the method
call, contain the generated password for the user name.
ConnectionFactoryException - if the server
does not support password generation or if the current client does not
have permission to generate passwordsvoid close()
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||