org.nakedobjects.remoting.client.facets
Class CollectionAddToFacetWrapProxy
java.lang.Object
org.nakedobjects.metamodel.facets.FacetAbstract
org.nakedobjects.metamodel.facets.collections.modify.CollectionAddToFacetAbstract
org.nakedobjects.remoting.client.facets.CollectionAddToFacetWrapProxy
- All Implemented Interfaces:
- CollectionAddToFacet, DecoratingFacet<CollectionAddToFacet>, Facet
public final class CollectionAddToFacetWrapProxy
- extends CollectionAddToFacetAbstract
- implements DecoratingFacet<CollectionAddToFacet>
A reflection peer for changing one-to-many fields remotely, instead of on the local machine. Any requests
to add or remove elements from the field will be passed over the network to the server for completion. Only
requests on persistent objects are passed to the server; on a transient object the request will always be
dealt with locally.
If any of the objects involved have been changed on the server by another process then a
ConcurrencyException will be passed back to the client and re-thrown.
| Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract |
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CollectionAddToFacetWrapProxy
public CollectionAddToFacetWrapProxy(CollectionAddToFacet underlyingFacet,
ServerFacade connection,
ObjectEncoderDecoder encoderDecoder,
java.lang.String name)
getDecoratedFacet
public CollectionAddToFacet getDecoratedFacet()
- Specified by:
getDecoratedFacet in interface DecoratingFacet<CollectionAddToFacet>
add
public void add(NakedObject inObject,
NakedObject referencedAdapter)
- Specified by:
add in interface CollectionAddToFacet
getAuthenticationSession
protected static AuthenticationSession getAuthenticationSession()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.