org.apache.geronimo.clustering.wadi
Class BasicNodeService

java.lang.Object
  extended by org.apache.geronimo.clustering.wadi.BasicNodeService
All Implemented Interfaces:
NodeService, org.codehaus.wadi.core.Lifecycle

public class BasicNodeService
extends Object
implements NodeService


Field Summary
 
Fields inherited from interface org.apache.geronimo.clustering.wadi.NodeService
SERVICE_NAME
 
Constructor Summary
BasicNodeService(LocalNode node)
           
 
Method Summary
 NodeConnectionInfo getConnectionInfo()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicNodeService

public BasicNodeService(LocalNode node)
Method Detail

getConnectionInfo

public NodeConnectionInfo getConnectionInfo()
Specified by:
getConnectionInfo in interface NodeService

start

public void start()
           throws Exception
Specified by:
start in interface org.codehaus.wadi.core.Lifecycle
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface org.codehaus.wadi.core.Lifecycle
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.