|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Service.ConnectionMode | |
|---|---|
| com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
| Uses of Service.ConnectionMode in com.ibm.itim.dataservices.model.domain |
|---|
| Methods in com.ibm.itim.dataservices.model.domain that return Service.ConnectionMode | |
|---|---|
Service.ConnectionMode |
Service.getConnectionMode()
Retrieve the current connection mode (Automatic by default) |
static Service.ConnectionMode |
Service.ConnectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Service.ConnectionMode[] |
Service.ConnectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.ibm.itim.dataservices.model.domain with parameters of type Service.ConnectionMode | |
|---|---|
void |
Service.setConnectionMode(Service.ConnectionMode connMode)
Set the connection mode |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||