|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jcreme.enumerations.RMIEnumerationInitializer
This implementation enables to use a RemoteEnumerationInitializer through the EnumerationInitializer interface.
| Constructor Summary | |
RMIEnumerationInitializer(RemoteEnumerationInitializer actualInitializer)
Creates a new instance of RMIStaticDataInitializer |
|
| Method Summary | |
void |
loadValues(java.lang.Class enumerationClass)
This method enables to load the values associated with the given class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RMIEnumerationInitializer(RemoteEnumerationInitializer actualInitializer)
throws java.lang.IllegalArgumentException
actualInitializer - the remote initializer to which this instance is connected. It
must not be null.
java.lang.IllegalArgumentException - if the actualInitializer is null.| Method Detail |
public void loadValues(java.lang.Class enumerationClass)
throws java.lang.IllegalArgumentException
loadValues in interface EnumerationInitializerenumerationClass - a subclass of the Enumeration Class.
java.lang.IllegalArgumentException - if the given class is null, not a subclass of Enumeration or
an abstract sublass of Enumeration.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||