|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionMetadataInterface
Information about the connection. Some objects that implement
ConnectionInterface
also implement this interface.
ConnectionInterface cx = ...
if (cx instanceof ConnectionMetadataInterface)
{
ConnectionMetadataInterface cxMetadata = (ConnectionMetadataInterface)cx;
String normalizedUserName = cxMetadata.getNormalizedUserName():
...
}
Method Summary | |
---|---|
java.lang.String |
getNormalizedDomain()
The normalized domain. |
java.lang.String |
getNormalizedUserName()
The normalized user name. |
Method Detail |
---|
java.lang.String getNormalizedUserName()
getConnection()
that created this
connection.
java.lang.String getNormalizedDomain()
getConnection()
that created this
connection.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |