com.jwpepper.cat
Class SectionImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--com.imaginary.lwp.BaseEntity
|
+--com.jwpepper.cat.EntryImpl
|
+--com.jwpepper.cat.CompositeEntryImpl
|
+--com.jwpepper.cat.SectionImpl
- public class SectionImpl
- extends CompositeEntryImpl
- implements Section
Implements the business logic associated with the section business
component. This class currently does nothing special.
Last modified $Date: 1999/10/04 19:49:44 $
- Version:
- $Revision
- Author:
- Neophytos Iacovou (iacovou@ancept.com), George Reese (george@ancept.com)
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary |
SectionImpl()
Empty constructor required for LWP entity implementations. |
Method Summary |
protected void |
load(Memento mem)
Loads the section's state from the specified memento. |
protected void |
store(Memento mem)
Stores the current state of the section into the specified
memento. |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone,
exportObject,
exportObject,
exportObject,
unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost,
getLog,
setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals,
getRef,
hashCode,
toString,
toStub |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
SectionImpl
public SectionImpl()
throws PersistenceException,
java.rmi.RemoteException
- Empty constructor required for LWP entity implementations.
- Throws:
- PersistenceException - LWP was unable to
assign a persistence handler to the section
- java.rmi.RemoteException - RMI was unable to export the object.
load
protected void load(Memento mem)
throws LoadException
- Loads the section's state from the specified memento. This method
currently does nothing but extend the parent method.
- Parameters:
mem
- the memento from which the state is restored- Throws:
- LoadException - an error occurred loading the
state
- Overrides:
- load in class CompositeEntryImpl
store
protected void store(Memento mem)
throws StoreException
- Stores the current state of the section into the specified
memento. This method currently stores no special values, but instead
passes along the memento to the superclass.
- Parameters:
mem
- the memento into which the state is stored- Throws:
- StoreException - an error occurred storing
the section's state into the memento
- Overrides:
- store in class CompositeEntryImpl