|
|||||||||||
| 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 Form| Constructor 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)
AsynchronousPolicyFactoryReturns the asynchronous policy an asynchronous reference on the given object must have.
getAsynchronousPolicy in interface AsynchronousPolicyFactoryobject - 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 | ||||||||||