org.apache.jackrabbit.mk.osgi
Class MicroKernelService

java.lang.Object
  extended by org.apache.jackrabbit.mk.core.MicroKernelImpl
      extended by org.apache.jackrabbit.mk.osgi.MicroKernelService
All Implemented Interfaces:
org.apache.jackrabbit.mk.api.MicroKernel

@Service(value=org.apache.jackrabbit.mk.api.MicroKernel.class)
public class MicroKernelService
extends MicroKernelImpl


Field Summary
static String HOME_DIR
           
static String NAME
           
 
Fields inherited from class org.apache.jackrabbit.mk.core.MicroKernelImpl
rep
 
Constructor Summary
MicroKernelService()
           
 
Method Summary
 void activate(org.osgi.service.component.ComponentContext context)
           
 void deactivate()
           
 String toString()
           
 
Methods inherited from class org.apache.jackrabbit.mk.core.MicroKernelImpl
branch, commit, diff, dispose, getChildNodeCount, getHeadRevision, getJournal, getLength, getNodes, getRevisionHistory, init, merge, nodeExists, read, waitForCommit, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

@Property(description="The unique name of this instance")
public static final String NAME
See Also:
Constant Field Values

HOME_DIR

@Property(description="The home directory (in-memory if not set)")
public static final String HOME_DIR
See Also:
Constant Field Values
Constructor Detail

MicroKernelService

public MicroKernelService()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

activate

@Activate
public void activate(org.osgi.service.component.ComponentContext context)

deactivate

@Deactivate
public void deactivate()


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