com.gridsystems.nextgrid.api.env
Class SimpleTransientAttribute<T>

java.lang.Object
  extended by com.gridsystems.nextgrid.api.env.AbstractTransientAttribute<T>
      extended by com.gridsystems.nextgrid.api.env.SimpleTransientAttribute<T>
Type Parameters:
T - Value type
All Implemented Interfaces:
java.io.Serializable

public final class SimpleTransientAttribute<T>
extends AbstractTransientAttribute<T>

Simple implementation of AbstractTransientAttribute with no factory capabilities.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
SimpleTransientAttribute()
           
 
Method Summary
protected  T createValue(nextgrid.api.env.ProcessEnvironment env)
          Creates a new value instance, and optionally configures it.
 
Methods inherited from class com.gridsystems.nextgrid.api.env.AbstractTransientAttribute
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTransientAttribute

public SimpleTransientAttribute()
Method Detail

createValue

protected T createValue(nextgrid.api.env.ProcessEnvironment env)
Creates a new value instance, and optionally configures it.

Specified by:
createValue in class AbstractTransientAttribute<T>
Parameters:
env - For value configuration
Returns:
Value


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.