org.apache.ode.bpel.evt
Class PartnerLinkEvent

java.lang.Object
  extended by org.apache.ode.bpel.evt.BpelEvent
      extended by org.apache.ode.bpel.evt.ProcessEvent
          extended by org.apache.ode.bpel.evt.ProcessInstanceEvent
              extended by org.apache.ode.bpel.evt.ScopeEvent
                  extended by org.apache.ode.bpel.evt.PartnerLinkEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PartnerLinkModificationEvent

public abstract class PartnerLinkEvent
extends ScopeEvent

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.evt.BpelEvent
BpelEvent.TYPE
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.evt.BpelEvent
eventContext
 
Constructor Summary
PartnerLinkEvent()
           
PartnerLinkEvent(java.lang.String pLinkName)
           
 
Method Summary
 java.lang.String getpLinkName()
           
 BpelEvent.TYPE getType()
           
 void setpLinkName(java.lang.String pLinkName)
           
 
Methods inherited from class org.apache.ode.bpel.evt.ScopeEvent
getParentScopeId, getParentScopesNames, getScopeDeclarationId, getScopeId, getScopeName, setParentScopeId, setParentScopesNames, setScopeDeclerationId, setScopeId, setScopeName
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessInstanceEvent
getProcessInstanceId, setProcessInstanceId
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessEvent
getProcessId, getProcessName, setProcessId, setProcessName
 
Methods inherited from class org.apache.ode.bpel.evt.BpelEvent
eventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartnerLinkEvent

public PartnerLinkEvent()

PartnerLinkEvent

public PartnerLinkEvent(java.lang.String pLinkName)
Method Detail

getpLinkName

public java.lang.String getpLinkName()

setpLinkName

public void setpLinkName(java.lang.String pLinkName)

getType

public BpelEvent.TYPE getType()
Overrides:
getType in class ScopeEvent