org.duracloud.services.hello.impl
Class HelloServiceImpl
java.lang.Object
org.duracloud.services.BaseService
org.duracloud.services.hello.impl.HelloServiceImpl
- All Implemented Interfaces:
- ComputeService, org.osgi.service.cm.ManagedService
public class HelloServiceImpl
- extends BaseService
- implements ComputeService, org.osgi.service.cm.ManagedService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloServiceImpl
public HelloServiceImpl()
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface ComputeService
- Overrides:
start
in class BaseService
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface ComputeService
- Overrides:
stop
in class BaseService
- Throws:
java.lang.Exception
describe
public java.lang.String describe()
throws java.lang.Exception
- Specified by:
describe
in interface ComputeService
- Overrides:
describe
in class BaseService
- Throws:
java.lang.Exception
updated
public void updated(java.util.Dictionary config)
throws org.osgi.service.cm.ConfigurationException
- Specified by:
updated
in interface org.osgi.service.cm.ManagedService
- Throws:
org.osgi.service.cm.ConfigurationException
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
Copyright © 2009-2011 DuraSpace. All Rights Reserved.