com.ibm.portal.outbound.config
Interface OutboundConnectionModel

All Superinterfaces:
OutboundConnectionLocatorProvider

public interface OutboundConnectionModel
extends OutboundConnectionLocatorProvider

This is the model object for all outbound connection configuration settings. The Outbound Connection Model holds all configuration settigns for the Outbound Connection Service and the AJAX Proxy service.
Click here for a conceptual description of the Outbound Connection Configuration model. The OutboundConnectionModel is an instance that provides locator providers for the objects that it owns:


An OutboundConnectionModel instance is instantiated via its home object, as the following code example illustrates:

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

OutboundConnectionModel model = home.getOutboundConnectionModelProvider().getOutboundConnectionModel();

Since:
8.5.0
See Also:
OutboundConnectionModelHome, OutboundConnectionProfile, PolicyMapping, PolicyRule, CookieRule, PolicyVariable

Method Summary
 
Methods inherited from interface com.ibm.portal.outbound.config.OutboundConnectionLocatorProvider
getCookieRuleLocator, getPolicyMappingLocator, getPolicyRuleLocator, getPolicyVariableLocator, getProfileLocator