File
Doc
Category
Size
Date
Package
ProfileImpl.java
API Doc
Example
1215
Wed Apr 05 11:25:42 BST 2000
stateless
ProfileImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
public class ProfileImpl extends UnicastRemoteObject implements Profile
Fields Summary
protected Properties
mPEntries
Constructors Summary
public ProfileImpl
(
String
name)
mPEntries.put("Name", name);
Methods Summary
public
java.lang.String
getProfileEntry
(
java.lang.String
name)
return mPEntries.getProperty(name);
public void
setProfileEntry
(
java.lang.String
name,
java.lang.String
value)
mPEntries.put(name, value);
Java Code Source