jgroup
Interface IID


public interface IID

Instances of this class uniquely identify invocations issued by a client. Each invocation identifier is composed by a virtual machine id, which identifies the client, and a progressive counter used to distinguish among invocations performed by the same client.

Since:
Jgroup 0.9
Author:
Alberto Montresor

Method Summary
 int getCounter()
          Returns the sequential counter identifying this particular invocation.
 VMID getVmid()
          Returns the VMID identifier of the virtual machine that generated this invocation.
 

Method Detail

getVmid

public VMID getVmid()
Returns the VMID identifier of the virtual machine that generated this invocation.

getCounter

public int getCounter()
Returns the sequential counter identifying this particular invocation.