public static interface PresentationManager.ClassData
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDictionary()
Get the dictionary for this ClassData instance.
|
IDLNameTranslator |
getIDLNameTranslator()
Get the IDLNameTranslator for the class used to create
this ClassData instance.
|
org.glassfish.pfl.basic.proxy.InvocationHandlerFactory |
getInvocationHandlerFactory()
Get the InvocationHandlerFactory that is used to create
an InvocationHandler for dynamic stubs of the type of the
ClassData.
|
Class<?> |
getMyClass()
Get the class used to create this ClassData instance
|
String[] |
getTypeIds()
Return the array of repository IDs for all of the remote
interfaces implemented by this class.
|
Class<?> getMyClass()
IDLNameTranslator getIDLNameTranslator()
String[] getTypeIds()
org.glassfish.pfl.basic.proxy.InvocationHandlerFactory getInvocationHandlerFactory()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.