Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.bean
Annotation Type EventOrchestration


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface EventOrchestration

In SFT, the module controls how to route one event among the CommunicationBeans is called as Orchestration. This annotation must be used along with the event annotation, such as CommunicationEvent, ParticipantEvent and ProtocolEvent.

See Also:
CommunicationEvent, ParticipantEvent, ProtocolEvent

Optional Element Summary
 int priority
          The priority to handle the event.

 

priority

public abstract int priority
The priority to handle the event. This field is used to determine the order to deliver event to the event functions in communication beans. Smaller value means higher priority. Or say event function with smaller priority value will be triggered prior to function with bigger value. The default value is 100.
Returns:
priority to handle the event
Default:
100

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.