Package | Description |
---|---|
oracle.wcc.ridc.adfca | |
oracle.wcc.ridc.adfca.framework |
Modifier and Type | Method and Description |
---|---|
abstract RidcConnection.Protocol |
RidcConnection.getProtocol()
Gets the connection's protocol type.
|
static RidcConnection.Protocol |
RidcConnection.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RidcConnection.Protocol[] |
RidcConnection.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RidcConnection.Protocol |
RidcConnectionImpl.getProtocol()
Gets the connection's protocol type.
|
Modifier and Type | Method and Description |
---|---|
void |
RidcConnectionImpl.setProtocol(RidcConnection.Protocol protocol)
Sets the connection's protocol type.
|