|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<IWorkflowServiceClientConstants.CONNECTION_PROPERTY>
oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants.CONNECTION_PROPERTY
public static enum IWorkflowServiceClientConstants.CONNECTION_PROPERTY
Enumeration defining the connnection property keys
| Method Summary | |
|---|---|
static IWorkflowServiceClientConstants.CONNECTION_PROPERTY |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static IWorkflowServiceClientConstants.CONNECTION_PROPERTY[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY MODE
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY EJB_INITIAL_CONTEXT_FACTORY
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY EJB_PROVIDER_URL
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY EJB_SECURITY_PRINCIPAL
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY EJB_SECURITY_CREDENTIALS
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY SOAP_END_POINT_ROOT
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY SOAP_IDENTITY_PROPAGATION
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY SOAP_IDENTITY_PROPAGATION_MODE
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY MANAGEMENT_POLICY_URI
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY SECURITY_POLICY_URI
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY TASK_SERVICE_PARTICIPATE_IN_CLIENT_TRANSACTION
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY CLIENT_TYPE
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY DISCOVERY_OF_END_POINT
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY WSS_RECIPIENT_KEY_ALIAS
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY EJB_JNDI_SUFFIX
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY EJB_JNDI_TIMEOUT
public static final IWorkflowServiceClientConstants.CONNECTION_PROPERTY DEFAULT_EJB_JNDI_TIMEOUT
| Method Detail |
|---|
public static IWorkflowServiceClientConstants.CONNECTION_PROPERTY[] values()
for (IWorkflowServiceClientConstants.CONNECTION_PROPERTY c : IWorkflowServiceClientConstants.CONNECTION_PROPERTY.values())
System.out.println(c);
public static IWorkflowServiceClientConstants.CONNECTION_PROPERTY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||