SOMA.security.infrastructure.updatePolicy
Class UpdatePolicy

java.lang.Object
  extended bySOMA.security.infrastructure.updatePolicy.UpdatePolicy
Direct Known Subclasses:
UpdatePolicyCRL, UpdatePolicyTime

public abstract class UpdatePolicy
extends java.lang.Object


Field Summary
protected  boolean localControl
           
protected  long SleepTime
           
 java.lang.String updatePolicy
           
 
Constructor Summary
UpdatePolicy(java.lang.String msg)
           
 
Method Summary
 boolean getLocalControl()
          this value is setting into a class and the developer must chose if it can changed at runtime.
 long getSleepTime()
           
 java.lang.String toString()
           
 boolean update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SleepTime

protected long SleepTime

localControl

protected boolean localControl

updatePolicy

public java.lang.String updatePolicy
Constructor Detail

UpdatePolicy

public UpdatePolicy(java.lang.String msg)
Method Detail

update

public boolean update()

getLocalControl

public boolean getLocalControl()
this value is setting into a class and the developer must chose if it can changed at runtime. If is true the place contact the server at one time.


toString

public java.lang.String toString()

getSleepTime

public long getSleepTime()


Copyright © 2004 Luca Foschini