public static interface PresentationManager.ClassData
Modifier and Type | Method and Description |
---|---|
Map<Object,Object> |
getDictionary()
Get the dictionary for this ClassData instance.
|
IDLNameTranslator |
getIDLNameTranslator()
Get the IDLNameTranslator for the class used to create this ClassData instance.
|
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()
InvocationHandlerFactory getInvocationHandlerFactory()
Copyright © 2018 JBoss by Red Hat. All rights reserved.