org.codehaus.plexus.rmi
Class DefaultRmiService

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.rmi.DefaultRmiService
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, RmiService, org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

public class DefaultRmiService
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements RmiService, org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable

Version:
$Id$
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.rmi.RmiService
ROLE
 
Constructor Summary
DefaultRmiService()
           
 
Method Summary
 java.rmi.registry.Registry getRegistry()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRmiService

public DefaultRmiService()
Method Detail

getRegistry

public java.rmi.registry.Registry getRegistry()
                                       throws RmiServiceException
Specified by:
getRegistry in interface RmiService
Throws:
RmiServiceException

start

public void start()
           throws org.codehaus.plexus.personality.plexus.lifecycle.phase.StartingException
Specified by:
start in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
Throws:
org.codehaus.plexus.personality.plexus.lifecycle.phase.StartingException

stop

public void stop()
          throws org.codehaus.plexus.personality.plexus.lifecycle.phase.StoppingException
Specified by:
stop in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
Throws:
org.codehaus.plexus.personality.plexus.lifecycle.phase.StoppingException


Copyright © 2001-2007 Codehaus. All Rights Reserved.