Searched defs:status (Results 1 - 25 of 94) sorted by relevance

1234

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/status/
H A DClientConfiguration.java41 package javax.enterprise.deploy.spi.status;
H A DProgressListener.java41 package javax.enterprise.deploy.spi.status;
54 * @param event the progress status event.
H A DDeploymentStatus.java41 package javax.enterprise.deploy.spi.status;
49 * the progress status of a deployment action.
76 * status of this event.
H A DProgressEvent.java41 package javax.enterprise.deploy.spi.status;
48 * status change has occurred.
63 * @param sCode the object containing the status
85 * Retrieve the status information.
87 * @return the object containing the status information.
H A DProgressObject.java41 package javax.enterprise.deploy.spi.status;
57 * user the option of polling for status or to
65 * Retrieve the status of this activity.
67 * @return An object containing the status
/glassfish-3.1.2/tests/jbi/bare_doc_literal/se_consumer_se_provider/common/
H A DIncomeTaxDetails.java46 public String status; // salaried, self-employed, student. field in class:IncomeTaxDetails
/glassfish-3.1.2/tests/jbi/rpc_literal/bc_consumer_se_provider/bundled-wsdl/common/
H A DIncomeTaxDetails.java46 public String status; // salaried, self-employed, student. field in class:IncomeTaxDetails
/glassfish-3.1.2/tests/jbi/rpc_literal/bc_consumer_se_provider/wsdl-import/common/
H A DIncomeTaxDetails.java46 public String status; // salaried, self-employed, student. field in class:IncomeTaxDetails
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/bundled_wsdl/common/
H A DIncomeTaxDetails.java46 public String status; // salaried, self-employed, student. field in class:IncomeTaxDetails
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/generated_wsdl/common/
H A DIncomeTaxDetails.java46 public String status; // salaried, self-employed, student. field in class:IncomeTaxDetails
/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DSynchronization.java65 * @param status The status of the transaction completion.
67 public void afterCompletion(int status); argument
/glassfish-3.1.2/tests/embedded/maven-plugin/applicationDispatcher/src/main/java/test/
H A DServletTest.java60 private static String status = "ApplicationDispatcher::PASS"; field in class:ServletTest
71 status = "ApplicationDispatcher::FAIL";
75 status = "ApplicationDispatcher::FAIL";
77 System.out.println("status: " + status);
90 out.println(status);
/glassfish-3.1.2/admin/backup/src/main/java/com/sun/enterprise/backup/
H A DBackupManager.java112 status.delete();
152 status = new Status();
153 return status.write(request);
158 Status status; field in class:BackupManager
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DDebugState.java54 public Impl(boolean status) argument
56 mStatus = status;
/glassfish-3.1.2/tests/embedded/maven-plugin/sessionDestroyed/src/main/java/test/
H A DServletTest.java60 private static String status = "DESTROYED:FAIL"; field in class:ServletTest
80 out.println(status);
90 status = (String)httpSessionEvent.getSession().getAttribute("test");
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DRegisteredSyncs.java187 * @param status Indicates whether the transaction committed.
193 void distributeAfter(Status status) { argument
213 sync.after_completion(status);
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/
H A DJControlOperations.java55 org.omg.CosTransactions.otid_t getGlobalTID (org.omg.CosTransactions.StatusHolder status); argument
58 long getLocalTID (org.omg.CosTransactions.StatusHolder status); argument
H A D_JControlStub.java56 public org.omg.CosTransactions.otid_t getGlobalTID (org.omg.CosTransactions.StatusHolder status) argument
63 status.value = org.omg.CosTransactions.StatusHelper.read ($in);
70 return getGlobalTID (status);
78 public long getLocalTID (org.omg.CosTransactions.StatusHolder status) argument
85 status.value = org.omg.CosTransactions.StatusHelper.read ($in);
92 return getLocalTID (status);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DHttpResponse.java123 * Return the HTTP status code associated with this Response.
129 * Reset this response, and specify the values for the HTTP status code
135 public void reset(int status, String message); argument
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/login/common/
H A DLoginException.java59 private boolean status = false; field in class:LoginException
79 status = as;
84 * Returns the status of the Authentication.
87 return status;
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DGlassFishImpl.java60 volatile Status status = Status.INIT; field in class:GlassFishImpl
75 if (status == Status.STARTED || status == Status.STARTING || status == Status.DISPOSED) {
76 throw new IllegalStateException("Already in " + status + " state.");
78 status = Status.STARTING;
80 status = Status.STARTED;
84 if (status == Status.STOPPED || status == Status.STOPPING || status
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/resource/common/
H A DResourceStatus.java47 * Holds the status code/msg (including the exception) of the appropriate resource
56 int status = SUCCESS; field in class:ResourceStatus
61 public ResourceStatus(int status, String message) { argument
62 this.status = status;
66 public ResourceStatus(int status, String message, boolean alreadyExists) { argument
67 this.status = status;
73 return status;
/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DSynchronizationManager.java163 * @param status the completion status of the transaction
165 public void afterCompletion(int status) { argument
171 instance.afterCompletion(status);
/glassfish-3.1.2/registration/registration-api/src/main/java/com/sun/enterprise/registration/
H A DRegistrationService.java59 public List<RegistrationDescriptor> getRegistrationDescriptors(RegistrationDescriptor.RegistrationStatus status) throws RegistrationException; argument
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/
H A DAuthenticationStatusImpl.java52 private int status; // Status field in class:AuthenticationStatusImpl
59 * @param The status of the authentication
63 int status) {
66 this.status = status;
71 * This method returns the status of the authentication
72 * @return An integer value indicating the status of the authentication
75 return status;
61 AuthenticationStatusImpl(String principalName, String authMethod, String realm, int status) argument

Completed in 69 milliseconds

1234