使用收藏保持井井有条 根据您的偏好保存内容并进行分类。
RequestToken
public class RequestToken
extends Object
一个不透明令牌,用于标识对 IsolatedService
的当前请求。此令牌必须作为参数传递给所有依赖于按请求状态的服务方法。
摘要
继承的方法 |
来自类 java.lang.Object
Object
|
clone()
创建并返回此对象的副本。
|
boolean
|
equals(Object obj)
指示其他某个对象是否“等于”此对象。
|
void
|
finalize()
当垃圾回收确定不再引用对象时,由垃圾回收器在此对象上调用。
|
final Class<?>
|
getClass()
返回此 Object 的运行时类。
|
int
|
hashCode()
返回此对象的哈希码值。
|
final void
|
notify()
唤醒等待此对象监视器的单个线程。
|
final void
|
notifyAll()
唤醒等待此对象监视器的所有线程。
|
String
|
toString()
返回对象的字符串表示形式。
|
final void
|
wait(long timeoutMillis, int nanos)
导致当前线程进入等待状态,直到它被唤醒(通常是通过 notified 或 interrupted ),或者直到经过一定的实际时间。
|
final void
|
wait(long timeoutMillis)
导致当前线程进入等待状态,直到它被唤醒(通常是通过 notified 或 interrupted ),或者直到经过一定的实际时间。
|
final void
|
wait()
导致当前线程进入等待状态,直到它被唤醒(通常是通过 notified 或 interrupted)。
|
|
此页面上的内容和代码示例受 内容许可 中所述的许可条款约束。Java 和 OpenJDK 是 Oracle 和/或其关联方的商标或注册商标。
最后更新时间:2025-02-10 UTC。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少所需信息","missingTheInformationINeed","thumb-down"],["太复杂 / 步骤太多","tooComplicatedTooManySteps","thumb-down"],["已过时","outOfDate","thumb-down"],["示例 / 代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间:2025-02-10 UTC。"],[],[]]