Uses of Interface
org.gridprovenance.client.InteractionKey

Packages that use InteractionKey
org.gridprovenance.client   
org.gridprovenance.client.impl   
 

Uses of InteractionKey in org.gridprovenance.client
 

Methods in org.gridprovenance.client that return InteractionKey
 InteractionKey GlobalPAssertionKey.getInteractionKey()
          Get the InteractionKey
 InteractionKey InteractionRecord.getInteractionKey()
          Get the InteractionKey
 

Methods in org.gridprovenance.client with parameters of type InteractionKey
 void InteractionRecord.setInteractionKey(InteractionKey ik)
          set the InteractionKey
 

Uses of InteractionKey in org.gridprovenance.client.impl
 

Classes in org.gridprovenance.client.impl that implement InteractionKey
 class InteractionKeyImpl
          An implememt of InteractionKey Interface
 

Methods in org.gridprovenance.client.impl that return InteractionKey
 InteractionKey InteractionRecordImpl.getInteractionKey()
           
 InteractionKey GlobalPAssertionKeyImpl.getInteractionKey()
          Get the InteractionKey
 

Methods in org.gridprovenance.client.impl with parameters of type InteractionKey
 void InteractionRecordImpl.setInteractionKey(InteractionKey ik)
           
 

Constructors in org.gridprovenance.client.impl with parameters of type InteractionKey
GlobalPAssertionKeyImpl(InteractionKey ik, ViewKind vk, java.lang.String lpid)
           
InteractionRecordImpl(ViewKind vk, InteractionKey ik, java.security.Principal asserter, org.apache.axis.message.addressing.EndpointReference recordPortAddress)