FileDocCategorySizeDatePackage
Profile.javaAPI DocExample593Mon Sep 12 23:14:00 BST 2005com.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.StringgetEntry(java.lang.String name)
Lookup an entry by name

public java.lang.StringgetName()
Get the name of the user associated with this profile

public voidsetEntry(java.lang.String name, java.lang.String value)
Set an entry value