br.ufsc.das.general
Class Context

java.lang.Object
  extended by br.ufsc.das.general.Context

public class Context
extends java.lang.Object


Constructor Summary
Context(int invokerId, java.lang.String tsName)
          Creates a new instance of Context at server side
Context(java.lang.String tsName, ProtectionVector... protectionVectors)
          Creates a new instance of Context at client side
 
Method Summary
 int getInvokerId()
           
 ProtectionVector getProtectionVector(int i)
           
 java.lang.String getTSName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(int invokerId,
               java.lang.String tsName)
Creates a new instance of Context at server side


Context

public Context(java.lang.String tsName,
               ProtectionVector... protectionVectors)
Creates a new instance of Context at client side

Method Detail

getInvokerId

public final int getInvokerId()

getTSName

public final java.lang.String getTSName()

getProtectionVector

public final ProtectionVector getProtectionVector(int i)