Searched defs:value (Results 1 - 25 of 678) sorted by relevance

1234567891011>>

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DDependsOn.java73 String[] value(); method in interface:DependsOn
H A DEJBs.java59 EJB[] value(); method in interface:EJBs
H A DLocalHome.java81 Class value(); method in interface:LocalHome
H A DRemoteHome.java51 * for a session bean. The value is never a 2.x remote component interface.
79 Class value(); method in interface:RemoteHome
H A DSchedules.java72 Schedule[] value(); method in interface:Schedules
H A DAccessTimeout.java63 * <code>AccessTimeout</code> annotation with a value of 0 specifies
80 * The semantics of the <code>value</code> element are as follows:
82 * <li>A value <code>&#062;</code> 0 indicates a timeout value in the units
84 * <li>A value of 0 means concurrent access is not permitted.
85 * <li>A value of -1 indicates that the client request will block
97 * The semantics of the <code>value</code> element are as follows:
99 * <li>A value <code>&#062;</code> 0 indicates a timeout value in the units
101 * <li>A value o
107 long value(); method in interface:AccessTimeout
[all...]
H A DStatefulTimeout.java56 * The semantics of the <code>value</value> element are as follows:
58 * <li>A value <code>&#062;</code>0 indicates a timeout value in the units
60 * <li>A value of 0 means the bean is immediately eligible for removal.
61 * <li>A value of -1 means the bean will never be removed due to timeout.
77 * <li>A value <code>&#062;</code>0 indicates a timeout value in the units
79 * <li>A value of 0 means the bean is immediately eligible for removal.
80 * <li>A value o
85 long value(); method in interface:StatefulTimeout
[all...]
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/interceptor/
H A DInterceptors.java78 Class[] value(); method in interface:Interceptors
/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/
H A DGenerated.java49 * in a single file. When used, the value element must have the name of the
51 * name of the code generator in the value field .
55 * element would have the following value 2001-07-04T12:08:56.235-0700
70 * The value element MUST have the name of the code generator.
74 String[] value(); method in interface:Generated
H A DResources.java60 Resource[] value(); method in interface:Resources
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/
H A DI18n.java52 * Identify an I18n resource associated with the annotated element. The value() holds the name
68 public String value(); method in interface:I18n
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConnectionDefinitions.java71 ConnectionDefinition[] value(); method in interface:ConnectionDefinitions
/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/security/
H A DDeclareRoles.java56 String[] value(); method in interface:DeclareRoles
H A DRolesAllowed.java48 * The value of the RolesAllowed annotation is a list of security role names.
52 * If applied at both the class and methods level , the method value overrides
53 * the class value if the two conflict.
61 String[] value(); method in interface:RolesAllowed
H A DRunAs.java50 * security realm. It's value is the name of a security role.
58 String value(); method in interface:RunAs
/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/sql/
H A DDataSourceDefinitions.java57 DataSourceDefinition[] value (); method in interface:DataSourceDefinitions
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DIfFailure.java62 FailurePolicy value(); method in interface:IfFailure
H A DRestRedirects.java54 RestRedirect[] value(); method in interface:RestRedirects
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/config/
H A DListenTo.java69 Class<? extends Configured> value(); method in interface:ListenTo
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/event/
H A DRestrictTo.java58 * or value they really are interested in. In this case, they can restrict
68 String value(); method in interface:RestrictTo
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/
H A DVisibility.java57 Class<? extends Privacy> value(); method in interface:Visibility
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DCreates.java57 Create[] value(); method in interface:Creates
H A DDeletes.java57 Delete[] value(); method in interface:Deletes
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/annotations/
H A DMonitorable.java64 String value (); method in interface:Monitorable
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/client/
H A DProbeListener.java58 public abstract String value(); method in interface:ProbeListener

Completed in 57 milliseconds

1234567891011>>