Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkWorkFlowService

All Known Implementing Classes:
DKWorkFlowServiceDL

public interface dkWorkFlowService


Method Summary
 void connect(java.lang.String workflow_service_name, java.lang.String user_name, java.lang.String authentication, java.lang.String connect_string)
          Connects to a work flow service
 DKHandle connection()
          Gets the connection handle
 void disconnect()
          Disconnects from the workflow service
 boolean isConnected()
          Status of connection
 java.lang.String userName()
          Gets the user name
 java.lang.String workflowServiceName()
          Gets workflow service name
 java.lang.String workflowServiceType()
          Gets workflow service type
 

Method Detail

connect

public void connect(java.lang.String workflow_service_name,
                    java.lang.String user_name,
                    java.lang.String authentication,
                    java.lang.String connect_string)
             throws DKException,
                    java.lang.Exception
Connects to a work flow service
Parameters:
workflow_service_name - the work flow service
user_name - the user name used for connection
authentication - the authentication used for connection
connect_string - the connect string used for connection. This is used to provide additional connection options.

disconnect

public void disconnect()
                throws DKException,
                       java.lang.Exception
Disconnects from the workflow service

workflowServiceType

public java.lang.String workflowServiceType()
                                     throws java.lang.Exception
Gets workflow service type

workflowServiceName

public java.lang.String workflowServiceName()
                                     throws java.lang.Exception
Gets workflow service name

userName

public java.lang.String userName()
                          throws java.lang.Exception
Gets the user name

isConnected

public boolean isConnected()
                    throws DKException,
                           java.lang.Exception
Status of connection

connection

public DKHandle connection()
                    throws DKException,
                           java.lang.Exception
Gets the connection handle

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.