org.apache.ode.daohib.bpel.hobj
Class HPartnerLink
java.lang.Object
org.apache.ode.daohib.bpel.hobj.HObject
org.apache.ode.daohib.bpel.hobj.HPartnerLink
public class HPartnerLink
- extends HObject
The HEndpointReference can either be attached to a scope (when it's specific
to a scope instance, for example because it has been assigned during the
instance execution) or to a process definition (general endpoint
configuration).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SELECT_PARTNER_LINK_IDS_BY_INSTANCES
public static final java.lang.String SELECT_PARTNER_LINK_IDS_BY_INSTANCES
- See Also:
- Constant Field Values
HPartnerLink
public HPartnerLink()
getLinkName
public java.lang.String getLinkName()
setLinkName
public void setLinkName(java.lang.String linkName)
getPartnerRole
public java.lang.String getPartnerRole()
setPartnerRole
public void setPartnerRole(java.lang.String partnerRoleName)
getMyEPR
public HLargeData getMyEPR()
setMyEPR
public void setMyEPR(HLargeData data)
getPartnerEPR
public HLargeData getPartnerEPR()
setPartnerEPR
public void setPartnerEPR(HLargeData data)
getProcess
public HProcess getProcess()
setProcess
public void setProcess(HProcess process)
getScope
public HScope getScope()
setScope
public void setScope(HScope scope)
setServiceName
public void setServiceName(java.lang.String svcName)
getServiceName
public java.lang.String getServiceName()
getMyRole
public java.lang.String getMyRole()
- Returns:
setMyRole
public void setMyRole(java.lang.String myrole)
getModelId
public int getModelId()
setModelId
public void setModelId(int modelId)
getMySessionId
public java.lang.String getMySessionId()
getPartnerSessionId
public java.lang.String getPartnerSessionId()
setPartnerSessionId
public void setPartnerSessionId(java.lang.String session)
setMySessionId
public void setMySessionId(java.lang.String sessionId)
getMessageExchanges
public java.util.Set<HMessageExchange> getMessageExchanges()
setMessageExchanges
public void setMessageExchanges(java.util.Set<HMessageExchange> mex)