com.gridsystems.nextgrid.api.pom.ref
Class LongReference

java.lang.Object
  extended by com.gridsystems.nextgrid.api.pom.ref.ReferenceSupport<E>
      extended by com.gridsystems.nextgrid.api.pom.ref.ScalarReference<java.lang.Long>
          extended by com.gridsystems.nextgrid.api.pom.ref.LongReference
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, nextgrid.api.pom.Reference<java.lang.Long>

public final class LongReference
extends ScalarReference<java.lang.Long>

LongReference type.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.gridsystems.nextgrid.api.pom.ref.ReferenceSupport
LOG
 
Constructor Summary
LongReference()
          Creates a new instance.
LongReference(long value)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class com.gridsystems.nextgrid.api.pom.ref.ScalarReference
canCastFrom, canCastTo, castTo, getValue, getValueType, setValue
 
Methods inherited from class com.gridsystems.nextgrid.api.pom.ref.ReferenceSupport
addReader, addWriter, clearLinks, copy, dispose, getReaders, getWriters, isAvailable, readLock, removeReader, removeWriter, reset, setAvailable, waitAvailable, writeLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongReference

public LongReference()
Creates a new instance.


LongReference

public LongReference(long value)
Creates a new instance.

Parameters:
value - The initial value


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