|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommunityInviter
SPI interface that can be implemented to provide concrete Communities invitation facilities for a specific messaging communications method such as email, IM, notifications or any other channel that an application needs.
| Method Summary | |
|---|---|
void |
destroy()
Allows InvitationValidationTextGenerator
implementations the opportunity to release any
resources obtained during init or to perform any
necessary cleanup operations. |
void |
init(InvitationDetails details)
Allows CommunityInviter
implementations the opportunity to perform any necessary initialization
operations such as obtaining necessary resources such as
database connections or loading file contents. |
void |
sendInvitations(InviteeIterator invitees)
Sends individual invitations to the set of Invitees
contained within the input InviteeIterator, according
to the details for the invitation as contained in the input
InvitationDetails argument. |
| Method Detail |
|---|
void init(InvitationDetails details)
throws InviteException
CommunityInviter
implementations the opportunity to perform any necessary initialization
operations such as obtaining necessary resources such as
database connections or loading file contents.
details - the specific details of the invitation
InviteException
void sendInvitations(InviteeIterator invitees)
throws InviteException
Invitees
contained within the input InviteeIterator, according
to the details for the invitation as contained in the input
InvitationDetails argument.
invitees - an iterator containing all invitees to invite
InviteExceptionvoid destroy()
InvitationValidationTextGenerator
implementations the opportunity to release any
resources obtained during init or to perform any
necessary cleanup operations.
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||