Uses of Interface
org.apache.openejb.spi.Service

Packages that use Service
org.apache.openejb.core.security   
org.apache.openejb.ri.sp   
org.apache.openejb.spi   
 

Uses of Service in org.apache.openejb.core.security
 

Classes in org.apache.openejb.core.security that implement Service
 class AbstractSecurityService
          This security service chooses a UUID as its token as this can be serialized to clients, is mostly secure, and can be deserialized in a client vm without addition openejb-core classes.
 class SecurityServiceImpl
           
 

Uses of Service in org.apache.openejb.ri.sp
 

Classes in org.apache.openejb.ri.sp that implement Service
 class PseudoSecurityService
           
 class PseudoTransactionService
           
 

Uses of Service in org.apache.openejb.spi
 

Subinterfaces of Service in org.apache.openejb.spi
 interface SecurityService<T>
          The generic value T is any serializable token of the SecurityService implementations choosing.
 interface TransactionService
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.