+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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

public interface OutboundConnectionModelHome

The home for the connection model.
Code example:

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

Since:
8.5.0
See Also:
OutboundConnectionModel, OutboundConnectionModelHome

Field Summary
static java.lang.String JNDI_NAME
           
 
Method Summary
 OutboundConnectionModelProvider getOutboundConnectionModelProvider()
          Return a provider for the outbound connection model.
 

Field Detail

JNDI_NAME

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

getOutboundConnectionModelProvider

OutboundConnectionModelProvider getOutboundConnectionModelProvider()
Returns a provider for the outbound connection model.

Returns:
the provider, never null
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD