Class COM.ibm.jaws.models.trs.UserImpl
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.UserImpl
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonBase
|
+----COM.ibm.jaws.models.trs.UserBase
|
+----COM.ibm.jaws.models.trs.UserImpl
- public class UserImpl
- extends UserBase
- implements User, Activation
This is the implementation class for the interface User.
- See Also:
- UserBase, User
-
UserImpl()
-
-
UserImpl(String, String, String, String, String, String, String, Date, String, String)
-
-
externalizeToStream(OutputEDStream)
-
Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
-
internalizeFromStream(InputEDStream)
-
Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
-
release()
- See Lifecycle.release
-
remove()
- See Lifecycle.remove
UserImpl
public UserImpl()
UserImpl
public UserImpl(String parm1,
String parm2,
String parm3,
String parm4,
String parm5,
String parm6,
String parm7,
Date parm8,
String parm9,
String parm10)
externalizeToStream
public void externalizeToStream(OutputEDStream out)
- Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
- Overrides:
- externalizeToStream in class CommonBase
internalizeFromStream
public void internalizeFromStream(InputEDStream in)
- Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
- Overrides:
- internalizeFromStream in class CommonBase
release
public void release()
- See Lifecycle.release
remove
public void remove()
- See Lifecycle.remove
All Packages Class Hierarchy This Package Previous Next Index