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

/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DAppserverServiceType.java52 Domain("start-domain", "restart-domain", "stop-domain"),
53 Instance("start-local-instance", "restart-local-instance", "stop-local-instance");
60 return restart;
67 private AppserverServiceType(String start, String restart, String stop) { argument
69 this.restart = restart;
74 private final String restart; field in class:AppserverServiceType
/glassfish-3.1.2/common/amx-j2ee/src/main/java/org/glassfish/admin/amx/j2ee/
H A DJ2EEServer.java61 public void restart(); method in interface:J2EEServer
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DLogHandle.java198 /**The offset in the control file for the first restart data record.
202 /**The offset in the control file for the second restart data record.
210 /**The maximum size of a restart record
754 /**Writes the restart record.
800 // to determine which is the alternate restart record
809 // - the length of the restart data (DataLength field)
821 // restart data and the third, the Log_RestartDescriptor block again.
829 // Issue a WRITEV request to copy the restart data to the control file
844 /**Reads the restart record.
876 // IF there is no restart dat
2008 alternateRestart( int restart) argument
[all...]

Completed in 1269 milliseconds