|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServiceOperation
Reprsents an operation of a service.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
Destination |
getIncomingDestination()
The destination for any incoming messages. |
Destination |
getOutgoingDestination()
The destination for any outgoing messages. |
java.util.Collection |
getRoles()
The users of the service operation, these are the actor's that can access this operation. |
Service |
getService()
The service which owns the service operation. |
boolean |
isIncomingMessageOperation()
Whether or not this operation represents an "incoming" message operation (i.e. |
boolean |
isMessageOperation()
Whether or not this is operation accepts incoming or outgoing messages. |
boolean |
isOutgoingMessageOperation()
Whether or not this service operation represents an "outgoing" messaging operation (i.e. |
boolean |
isServiceOperationMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
|---|
boolean isServiceOperationMetaType()
trueDestination getIncomingDestination()
The destination for any incoming messages.
Destination getOutgoingDestination()
The destination for any outgoing messages.
java.util.Collection getRoles()
The users of the service operation, these are the actor's that can access this operation.
Service getService()
The service which owns the service operation.
boolean isIncomingMessageOperation()
Whether or not this operation represents an "incoming" message operation (i.e. it receives messages from Queues or Topics).
boolean isMessageOperation()
Whether or not this is operation accepts incoming or outgoing messages.
boolean isOutgoingMessageOperation()
Whether or not this service operation represents an "outgoing" messaging operation (i.e. it sends messages to Queues or Topics).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||