org.apache.aries.samples.blueprint.helloworld.server
Class HelloWorldServiceImpl

java.lang.Object
  extended by org.apache.aries.samples.blueprint.helloworld.server.HelloWorldServiceImpl
All Implemented Interfaces:
HelloWorldService

public class HelloWorldServiceImpl
extends Object
implements HelloWorldService


Constructor Summary
HelloWorldServiceImpl()
           
 
Method Summary
 void hello()
           
 void startUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldServiceImpl

public HelloWorldServiceImpl()
Method Detail

hello

public void hello()
Specified by:
hello in interface HelloWorldService

startUp

public void startUp()
Specified by:
startUp in interface HelloWorldService


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