|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.rami.impl.SharedAPFactory
Shared asynchronous policy factory.
The AsynchronousPolicy
getAsynchronousPolicy(Object)
is always the same. This imply that the
asynchronous policy is shared between multiple asynchronous reference. This
is usually not a problem with ConcurrentSemantic
.
ConcurrentSemantic
,
AsynchronousPolicyFactory
,
AsynchronousReferenceImpl
,
Serialized FormConstructor Summary | |
SharedAPFactory(AsynchronousPolicy policy)
|
Method Summary | |
AsynchronousPolicy |
getAsynchronousPolicy(java.lang.Object object)
Returns the asynchronous policy an asynchronous reference on the given object must have. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SharedAPFactory(AsynchronousPolicy policy)
Method Detail |
public AsynchronousPolicy getAsynchronousPolicy(java.lang.Object object)
AsynchronousPolicyFactory
Returns the asynchronous policy an asynchronous reference on the given object must have.
getAsynchronousPolicy
in interface AsynchronousPolicyFactory
object
- the object to get an asynchronous reference with the
specified asynchronous policy on.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |