Searched refs:getTimeStamp (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/events/
H A DEvent.java117 public long getTimeStamp(); method in interface:Event
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimerNotification.java110 this.getTimeStamp(), this.getMessage(), notificationID);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/events/
H A DEventImpl.java114 public long getTimeStamp() { method in class:EventImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DConnection.java148 public long getTimeStamp(); method in interface:Connection
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaConnectionCacheBase.java179 if ( !c.isBusy() && c.getTimeStamp() < lru ) {
181 lru = c.getTimeStamp();
H A DBufferConnectionImpl.sjava292 public long getTimeStamp()
H A DSocketOrChannelConnectionImpl.java885 public long getTimeStamp() method in class:SocketOrChannelConnectionImpl
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java110 stream.printf(" (end time: %6.4f nodes: %d live: %d)", getTimeStamp(), getEndNodes(), getEndLiveNodes());
211 public double getTimeStamp() { method in class:CallSite
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTabEntry.java109 public KerberosTime getTimeStamp() { method in class:KeyTabEntry
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotification.java304 public long getTimeStamp() { method in class:Notification
313 * @see #getTimeStamp
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorInitThresholdTest.java74 mn.getTimeStamp());
H A DCounterMonitorThresholdTest.java82 mn.getTimeStamp());
H A DReflectionExceptionTest.java85 echo("\tTimeStamp: " + mn.getTimeStamp());
H A DRuntimeExceptionTest.java84 echo("\tTimeStamp: " + mn.getTimeStamp());
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKlist.java210 reformat(entries[i].getTimeStamp().toDate().toString()));
H A DKtab.java321 new Date(entries[i].getTimeStamp().getTime()));
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java2320 ((new Date(ntfyObj.getTimeStamp())).toString())+
2712 ((new Date(ntfyObj.getTimeStamp())).toString())+
2738 ((new Date(ntfyObj.getTimeStamp())).toString())+
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java674 Date receivedDate = new Date(n.getTimeStamp());

Completed in 76 milliseconds