com.ibm.portal.portletmodel
Interface ProcessingEventDefinition
- All Superinterfaces:
- CommunicationEndpoint, CommunicationTarget, Identifiable, Localized
public interface ProcessingEventDefinition
- extends CommunicationTarget
Interface for a communication target that is a JSR 286 event definition. This matches to a
<supported-processing-event> element in a JSR 286 deployment descriptor.
- Since:
- 6.1.0.0
Field Summary |
static java.lang.String
| ENDPOINT_PREFIX
This prefix is used to construct the name of this ProcessingEventDefinition.
|
Method Summary |
java.lang.String
| getName()
Returns the name of this processing event definition.
|
ENDPOINT_PREFIX
static final java.lang.String ENDPOINT_PREFIX
- This prefix is used to construct the name of this ProcessingEventDefinition.
- See Also:
- Constant Field Values
getName
java.lang.String getName()
- Returns the name of this processing event definition.
It is constructed by the concatenation of ENDPOINT_PREFIX and
the string representation of this endpoint´s CommunicationDatatype.getQName()
The name must be unique within the scope of a portlet and
can be used to uniquely refer to this endpoint.
- Specified by:
- getName in interface CommunicationEndpoint
- Returns:
- The processing event definition´s name.