Searched defs:Target (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/
H A DTarget.java45 * A Target interface represents a single logical
51 public interface Target interface
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/
H A DTarget.java54 public class Target { class
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/
H A DMessagePolicy.java126 * an implementation of the <i>Target</i> interface matched to the
136 private Target[] targets;
152 public TargetPolicy(Target[] targets,
171 * @return An array of <i>Target</i> that identify targets
177 public Target[] getTargets() {
198 * <p> The internal state of a Target indicates whether it applies
202 public static interface Target { interface in class:MessagePolicy
205 * Get the Object identified by the Target from the MessageInfo.
216 * Remove the Object identified by the Target from the MessageInfo.
238 * Target
[all...]

Completed in 112 milliseconds