Searched defs:ts (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/common/glassfish-ee-api/src/main/java/com/sun/appserv/connectors/spi/
H A DConfigurableTransactionSupport.java49 public void setTransactionSupport(com.sun.appserv.connectors.spi.TransactionSupport ts); argument
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/upgrade/
H A DEJBTimerServiceUpgrade.java83 private void doUpgrade(EjbTimerService ts) { argument
84 String value = ts.getMinimumDeliveryIntervalInMillis();
89 List<Property> properties = ts.getProperty();
101 public Object run(EjbTimerService ts) throws PropertyVetoException, TransactionFailure {
102 Property prop = ts.createChild(Property.class);
103 ts.getProperty().add(prop);
106 ts.setMinimumDeliveryIntervalInMillis(minDelivery);
109 }, ts);
/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/
H A DTransactionServiceConfigListener.java77 @Inject private TransactionService ts; field in class:TransactionServiceConfigListener
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectionPoolObjectsUtils.java292 public static TransactionSupport getTransactionSupport(int ts) { argument
293 switch (ts) {
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DDefaultConfigUpgrade.java1382 TransactionService ts = config.createChild(TransactionService.class);
1383 config.setTransactionService(ts);
1388 ts.setTxLogDir(val);
1391 ts.setAutomaticRecovery(val);
1941 Transports ts = nc.createChild(Transports.class);
1942 nc.setTransports(ts);
1943 createTransport(ts);
1958 private void createTransport(Transports ts) throws PropertyVetoException { argument
1962 if (parser.getLocalName().equals("transport") && ts != null) {
1963 Transport t = ts
2013 createThreadPool(ThreadPools ts) argument
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBTimerService.java542 TimerSchedule ts = timer.getTimerSchedule();
543 if (ts != null && ts.isAutomatic()) {
548 container.addSchedule(timerId, ts);
627 TimerSchedule ts = timer.getTimerSchedule();
655 ((ts != null && ts.getNextTimeout(lastExpiration).getTimeInMillis()
657 || ((ts == null) && now.getTime() - lastExpiration.getTime()
1025 TimerSchedule ts = timerState.getTimerSchedule();
1026 if (ts !
2285 getNextScheduledTimeout(TimerSchedule ts) argument
[all...]
H A DBaseContainer.java2176 protected void addSchedule(TimerPrimaryKey timerId, TimerSchedule ts) { argument
2178 if (m.getName().equals(ts.getTimerMethodName()) &&
2179 m.getParameterTypes().length == ts.getMethodParamCount()) {
2183 ts.getScheduleAsString() + " FOR method: " + m);
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c409 struct timespec ts; local
410 ts.tv_sec = 0;
411 ts.tv_nsec = 100000000;
426 nanosleep(&ts, NULL);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 46 milliseconds