public class ThreadSpecificObject<T> extends Object
Constructor and Description |
---|
ThreadSpecificObject(T incoming) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getIncomingObject()
Gets the incoming object bound to the thread id
|
long |
getThreadIdentifier()
Gets the thread on which this object was created
|
int |
hashCode() |
public ThreadSpecificObject(T incoming)
public long getThreadIdentifier()
public T getIncomingObject()
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.