File
Doc
Category
Size
Date
Package
Profile.java
API Doc
Example
593
Mon Sep 12 23:14:00 BST 2005
com.oreilly.jent.ejb
Profile
public interface Profile implements javax.ejb.EJBObject
Profile: A remote interface for the Profile EJB. Example 8-8, Java Enterprise in a Nutshell, 2nd ed. Author: Jim Farley
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getEntry
(
java.lang.String
name)
Lookup an entry by name
public
java.lang.String
getName
()
Get the name of the user associated with this profile
public void
setEntry
(
java.lang.String
name,
java.lang.String
value)
Set an entry value
Java Code Source