Searched defs:when (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DAttributeChangeNotificationBuilder.java84 final long when,
91 when,
80 buildAttributeChange( final String msg, final String attributeName, final String attributeType, final long when, final Object oldValue, final Object newValue) argument
/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/windows/io/
H A DWindowsRemoteFile.java359 public final void setLastModified(long when) throws WindowsException { argument
364 smbFile.setLastModified(when);
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DSecureAdminBootstrapHelper.java187 * with the same timestamp as the DAS copy. To make sure sync works when
246 abstract void setLastModified(final String path, final long when) throws IOException; argument
259 * Use the node dir if it was specified when the node was created.
405 void setLastModified(final String path, final long when) throws IOException { argument
410 attrs.mtime = secondsSince_01_Jan_1970(when);
470 void setLastModified(String path, long when) throws IOException { argument
473 f.setLastModified(when);
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DAMXImplBase.java670 final long when,
674 // do not send a Notification when nothing has changed
681 builder.buildAttributeChange(msg, name, attrType, when, oldValue, newValue);
692 final long when = System.currentTimeMillis();
705 sendAttributeChangeNotification("", attrName, attrType, when, oldValue, newValue);
963 /** Hook for a subclass when registration is complete */
666 sendAttributeChangeNotification( final String msg, final String name, final String attrType, final long when, final Object oldValue, final Object newValue) argument

Completed in 18 milliseconds