Class JOP.persistmarshall.java.lang.Integer_JOP
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.persistmarshall.java.lang.Integer_JOP

java.lang.Object
   |
   +----JOP.persistmarshall.java.lang.Integer_JOP

public class Integer_JOP
extends Object
implements PersistMarshall

This is an INTERNAL class.

This is the PeristMarshall class that allows the standard java.lang.Integer to be saved and read by a PersistManager.

This class is used when a slot is declared as type 'Object' but contains an object of type 'Integer'. The PersistManager will define the slot as an Object and assign a reference, this class will be invoked when the Integer is marshalled. Without this class everything will still work, however the Native marshaller will kick-in and the Integer will be marshalled as an array of characters. An array of characters is not a very efficient solution.

See Also:
PersistMarshall

Constructor Index

 o Integer_JOP()

Method Index

 o canModify()
 o defineObject(PersistController)
 o getObject()
 o setObject(Object)
 o streamIn(PersistController)
 o streamOut(PersistController)

Constructors

 o Integer_JOP
  public Integer_JOP()

Methods

 o canModify
  public boolean canModify()
 o setObject
  public void setObject(Object obj) throws Exception
 o getObject
  public Object getObject()
 o defineObject
  public void defineObject(PersistController c) throws Exception
 o streamIn
  public void streamIn(PersistController c) throws Exception
 o streamOut
  public void streamOut(PersistController c) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home