com.ibm.portal.outbound.config
Interface VirtualPortalScope.AnyVirtualPortalScope

All Superinterfaces:
VirtualPortalScope
Enclosing interface:
VirtualPortalScope

public static interface VirtualPortalScope.AnyVirtualPortalScope
extends VirtualPortalScope

This interface is used to retrieve an outbound HTTP connection configuration model without any portal scoping. Oututbound HTTP connection configuration models which are requested using this interface contain all profiles which are regardless if they belong to the current VP or not.
This interface should only be used for system administration purposes.
Code example:

javax.naming.Context ctx = new javax.naming.InitialContext();
VirtualPortalScope vp = VPScope.byContextPath("myvirtual");
OutboundConnectionModelHome home = (OutboundConnectionModelHome) ctx.lookup("portal:service/model/OutboundConnectionModel");
OutboundConnectionModel model = home.getOutboundConnectionModelProvider().getOutboundConnectionModel(VScope.ANY);

See Also:
VPScope.ANY

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.outbound.config.VirtualPortalScope
VirtualPortalScope.AnyVirtualPortalScope
 
Method Summary
 
Methods inherited from interface com.ibm.portal.outbound.config.VirtualPortalScope
getVirtualPortalContextPath, getVirtualPortalHostname