| Package | Description |
|---|---|
| com.sun.ejb.containers |
| Modifier and Type | Method and Description |
|---|---|
void |
EJBLocalHomeInvocationHandler.setMethodMap(MethodMap map) |
void |
EJBHomeInvocationHandler.setMethodMap(MethodMap map) |
| Constructor and Description |
|---|
EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap,
boolean optionalLocalBusinessView)
Constructor used for Local Business view.
|
EJBLocalObjectInvocationHandler(MethodMap invocationInfoMap,
Class localIntf)
Constructor used for Local Home view
|
EJBObjectInvocationHandler(MethodMap invocationInfoMap)
Constructor used for Remote Business view.
|
EJBObjectInvocationHandler(MethodMap invocationInfoMap,
Class remoteIntf)
Constructor used for Remote Home view.
|
Copyright © 2019. All rights reserved.