public static class InstanceSupport.Instance extends Object implements InstanceCookie.Of
InstanceCookie.Of| Constructor and Description |
|---|
Instance(Object obj)
Create a new instance cookie.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
instanceClass() |
Object |
instanceCreate() |
String |
instanceName() |
boolean |
instanceOf(Class<?> type) |
public Instance(Object obj)
obj - the object to represent in this cookiepublic String instanceName()
instanceName in interface InstanceCookiepublic Class<?> instanceClass()
instanceClass in interface InstanceCookiepublic Object instanceCreate()
instanceCreate in interface InstanceCookiepublic boolean instanceOf(Class<?> type)
instanceOf in interface InstanceCookie.OfBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.