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


Deprecated.

@Documented
@Retention(value=RUNTIME)
@Deprecated
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
          Deprecated.  
 

Element Detail

value

public abstract Class<? extends RemoteService> value
Deprecated. 


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