uk.ac.soton.itinnovation.grid.comms.client
Annotation Type OwningService


@Documented
@Retention(value=RUNTIME)
public @interface OwningService

When an interface class is for a contextualised resource managed by a service, it is necessary to instantiate an object for the service in order to use the resource. Such interfaces must be annotated with the class of the service's interface so that RemoteResourceProxy can find it.


Required Element Summary
 Class<? extends RemoteService> value
           
 

Element Detail

value

public abstract Class<? extends RemoteService> value


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.