All Packages Class Hierarchy This Package Previous Next Index Home
java.lang.Object | +----JOP.persistmarshall.java.lang.Long_JOP
This is an INTERNAL class.
This is the PeristMarshall class that allows the standard java.lang.Long 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 'Long'.
The PersistManager will define the slot as an
Object and assign a reference, this class will be
invoked when the Long is marshalled. Without this
class everything will still work, however the Native
marshaller will kick-in and the Long will be marshalled
as an array of characters. An array of characters is
not a very efficient solution.
public Long_JOP()
public boolean canModify()
public void setObject(Object obj) throws Exception
public Object getObject()
public void defineObject(PersistController c) throws Exception
public void streamIn(PersistController c) throws Exception
public void streamOut(PersistController c) throws Exception
All Packages Class Hierarchy This Package Previous Next Index Home