|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.processor.AbstractProcessor
com.tangosol.util.processor.PropertyProcessor
com.tangosol.util.processor.NumberMultiplier
public class NumberMultiplier
The NumberMultiplier entry processor is used to multiply a property value
of a Number
type. Supported types are: Byte, Short, Integer, Long,
Float, Double, BigInteger and BigDecimal.
Field Summary |
---|
Fields inherited from class com.tangosol.util.processor.PropertyProcessor |
---|
m_manipulator |
Constructor Summary | |
---|---|
NumberMultiplier()
Default constructor (necessary for the ExternalizableLite interface). |
|
NumberMultiplier(PropertyManipulator manipulator,
Number numFactor,
boolean fPostFactor)
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified. |
|
NumberMultiplier(String sName,
Number numFactor,
boolean fPostFactor)
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified. |
Method Summary | |
---|---|
protected String |
getDescription()
Returns this PropertyProcessor's description. |
Object |
process(InvocableMap.Entry entry)
Process a Map.Entry object. |
void |
readExternal(DataInput in)
Restore the contents of this object by loading the object's state from the passed DataInput object. |
void |
readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. |
void |
writeExternal(DataOutput out)
Save the contents of this object by storing the object's state into the passed DataOutput object. |
void |
writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. |
Methods inherited from class com.tangosol.util.processor.PropertyProcessor |
---|
equals, get, hashCode, set, toString |
Methods inherited from class com.tangosol.util.processor.AbstractProcessor |
---|
processAll |
Constructor Detail |
---|
public NumberMultiplier()
public NumberMultiplier(String sName, Number numFactor, boolean fPostFactor)
sName
- the property namenumFactor
- the Number representing the magnitude and sign of
the multiplierfPostFactor
- pass true to return the value as it was before
it was multiplied, or pass false to return the
value as it is after it is multipliedpublic NumberMultiplier(PropertyManipulator manipulator, Number numFactor, boolean fPostFactor)
manipulator
- the PropertyManipulator; could be nullnumFactor
- the Number representing the magnitude and sign of
the multiplierfPostFactor
- pass true to return the value as it was before
it was multiplied, or pass false to return the
value as it is after it is multipliedMethod Detail |
---|
public Object process(InvocableMap.Entry entry)
entry
- the Entry to process
protected String getDescription()
getDescription
in class PropertyProcessor
public void readExternal(DataInput in) throws IOException
readExternal
in interface ExternalizableLite
readExternal
in class PropertyProcessor
in
- the DataInput stream to read data from in order to restore
the state of this object
IOException
- if an I/O exception occurs
NotActiveException
- if the object is not in its initial
state, and therefore cannot be deserialized intopublic void writeExternal(DataOutput out) throws IOException
writeExternal
in interface ExternalizableLite
writeExternal
in class PropertyProcessor
out
- the DataOutput stream to write the state of this object to
IOException
- if an I/O exception occurspublic void readExternal(PofReader in) throws IOException
readExternal
in interface PortableObject
readExternal
in class PropertyProcessor
in
- the PofReader from which to read the object's state
IOException
- if an I/O error occurspublic void writeExternal(PofWriter out) throws IOException
writeExternal
in interface PortableObject
writeExternal
in class PropertyProcessor
out
- the PofWriter to which to write the object's state
IOException
- if an I/O error occurs
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |