uk.ac.soton.itinnovation.grid.client.ogsadai
Interface OgsaDaiRoleConversation
- All Superinterfaces:
- Comparable<StorableInStateRepository>, Conversation, DataResourceRole, IdentifiableResource, ManagedGridService, OgsaDaiRole, PolicyManagement, ResourceMetadata, StorableInStateRepository, WSResourceLifetime
@InterfaceWithWSDL(value=OgsaDaiRole.class)
public interface OgsaDaiRoleConversation
- extends OgsaDaiRole, Conversation
A proxy to a role on a remote OGSA-DAI service.
createSubscription
OgsaDaiSubscriptionConversation createSubscription(String label)
throws RemoteException
- Create a new subscription to this role resource.
Use this method in client applications - not the method inherited from
DataResourceRole.
- Parameters:
label - A label describing the new subscription.
- Throws:
RemoteException
subscribe
@Deprecated
OgsaDaiSubscriptionConversation subscribe(String label)
throws RemoteException
- Deprecated. See
createSubscription(java.lang.String)
- Creates a new subscription to this role resource.
Use this method in client applications - not the method inherited from
OgsaDaiDBRoleI
- Parameters:
label - A label for the new subscription.
- Returns:
- An EPR describing the new subscription resource.
- Throws:
RemoteException
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.