com.ibm.portal.outbound.config.service
Interface OutboundConnectionModelControllerHome


public interface OutboundConnectionModelControllerHome

This is the home object for the Outbound Connection Model controller. Users with administrative privileges can obtain this model to manipulate outbound connection settings.
Example:

javax.naming.Context ctx = new javax.naming.InitialContext();
OutboundConnectionModelControllerHome home = (OutboundConnectionModelControllerHome) ctx.lookup("portal:service/model/OutboundConnectionModelController");

Since:
8.5.0
See Also:
OutboundConnectionModelController, OutboundConnectionModelControllerHome

Field Summary
static java.lang.String JNDI_NAME
           
 
Method Summary
 OutboundConnectionModelControllerProvider getOutboundConnectionModelControllerProvider()
          Returns a provider for the outbound connection model controller.
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
See Also:
Constant Field Values
Method Detail

getOutboundConnectionModelControllerProvider

OutboundConnectionModelControllerProvider getOutboundConnectionModelControllerProvider()
Returns a provider for the outbound connection model controller.

Returns:
OutboundConnectionModelControllerProvider the provider, never null