com.ibm.portal.resolver.operations
Interface OperationFactoryServiceHome


public interface OperationFactoryServiceHome

Home interface to access the OperationFactoryService. The home interface can be obtained via JNDI.

Since:
8.0

Field Summary
static java.lang.String JNDI_NAME
          JNDI lookup name
 
Method Summary
 OperationFactoryService getOperationFactoryService()
          Returns a OperationFactoryService instance which is valid for the lifetime of the application.
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
JNDI lookup name

See Also:
Constant Field Values
Method Detail

getOperationFactoryService

OperationFactoryService getOperationFactoryService()
Returns a OperationFactoryService instance which is valid for the lifetime of the application.

Returns:
A OperationFactoryService instance. Not null .