|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CommunicationBean
Indicate that the annotated class is a POJO listening to Communication Events or Participant Events.
CommunicationEvent
, ParticipantEvent
Optional Element Summary | |
---|---|
String |
name Name of the Communication Bean. |
Class<?> |
type Type of the Communication Bean. |
public abstract String name
public abstract Class<?> type
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2012 Oracle Corporation. All Rights Reserved.