Interface | Description |
---|---|
ApplicationServer |
LOCAL to REMOTE SERIALIZATION
|
Assembler |
Instantiates and assembles a configured, runnable, instance of the
container system and all of its sub-components.
|
ContainerSystem | |
SecurityService<T> |
The generic value T is any serializable token of the SecurityService
implementations choosing.
|
Service | |
TransactionService |
Class | Description |
---|---|
Serializer |
Annotation Type | Description |
---|---|
CallerPrincipal |
Annotation intented to represent the principal that should be returned
from calls to jakarta.ejb.EJBContext.getCallerPrincipal()
Implementations of org.apache.openejb.spi.SecurityService are encouraged
to return a java.security.Principal object that implements CallerPrinciple
|