org.exoplatform.services.jcr.rmi.impl.server
Class JCRServerImpl

java.lang.Object
  extended by org.exoplatform.services.jcr.rmi.impl.server.JCRServerImpl
All Implemented Interfaces:
JCRServer, org.picocontainer.Startable

public class JCRServerImpl
extends java.lang.Object
implements JCRServer, org.picocontainer.Startable

Default implementation of the RemoteAdapterFactory interface. This factory uses the server adapters defined in this package as the default adapter implementations. Subclasses can override or extend the default adapters by implementing the corresponding factory methods.


Constructor Summary
JCRServerImpl(org.exoplatform.container.xml.InitParams params, RepositoryService service)
           
 
Method Summary
 void bind()
           
 void start()
           
 void stop()
           
 void unbind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRServerImpl

public JCRServerImpl(org.exoplatform.container.xml.InitParams params,
                     RepositoryService service)
Method Detail

bind

public void bind()
Specified by:
bind in interface JCRServer

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable

unbind

public void unbind()
Specified by:
unbind in interface JCRServer


Copyright © 2012 eXo Platform SAS. All Rights Reserved.