| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<IServiceDescription.CookieProtocol>
com.bea.wsrp.model.IServiceDescription.CookieProtocol
public static enum IServiceDescription.CookieProtocol
Cookie protocol.
| Enum Constant Summary | |
|---|---|
| nonenone, init cookies are not required | |
| perGroupperGroup, init cookies are required once per group per user | |
| perUserperUser, init cookies are required once per user portlet | |
| Method Summary | |
|---|---|
| static IServiceDescription.CookieProtocol | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IServiceDescription.CookieProtocol[] | values()Returns an array containing the constants of this enum type, in the order theyre declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final IServiceDescription.CookieProtocol none
public static final IServiceDescription.CookieProtocol perGroup
public static final IServiceDescription.CookieProtocol perUser
| Method Detail | 
|---|
public static final IServiceDescription.CookieProtocol[] values()
public static IServiceDescription.CookieProtocol valueOf(String name)
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||