Uses of Interface
org.apache.jackrabbit.mk.api.MicroKernel

Packages that use MicroKernel
org.apache.jackrabbit.mk.client   
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.server   
org.apache.jackrabbit.mk.util   
 

Uses of MicroKernel in org.apache.jackrabbit.mk.client
 

Classes in org.apache.jackrabbit.mk.client that implement MicroKernel
 class Client
          Client exposing a MicroKernel interface, that "remotes" commands to a server.
 

Uses of MicroKernel in org.apache.jackrabbit.mk.core
 

Classes in org.apache.jackrabbit.mk.core that implement MicroKernel
 class MicroKernelImpl
           
 

Uses of MicroKernel in org.apache.jackrabbit.mk.server
 

Constructors in org.apache.jackrabbit.mk.server with parameters of type MicroKernel
Server(MicroKernel mk)
          Create a new instance of this class.
Server(MicroKernel mk, ServerSocketFactory ssFactory)
          Create a new instance of this class.
 

Uses of MicroKernel in org.apache.jackrabbit.mk.util
 

Methods in org.apache.jackrabbit.mk.util with parameters of type MicroKernel
static byte[] MicroKernelInputStream.readFully(MicroKernel mk, String id)
           
 

Constructors in org.apache.jackrabbit.mk.util with parameters of type MicroKernel
MicroKernelInputStream(MicroKernel mk, String id)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.