org.duracloud.services.hello.impl
Class HelloServiceImpl

java.lang.Object
  extended by org.duracloud.services.BaseService
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.duracloud.services.ComputeService
ComputeService.ServiceStatus
 
Field Summary
 
Fields inherited from interface org.duracloud.services.ComputeService
ERROR_KEY
 
Constructor Summary
HelloServiceImpl()
           
 
Method Summary
 java.lang.String describe()
           
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 void start()
           
 void stop()
           
 void updated(java.util.Dictionary config)
           
 
Methods inherited from class org.duracloud.services.BaseService
getError, getServiceId, getServiceProps, getServiceStatus, getServiceWorkDir, setError, setServiceId, setServiceStatus, setServiceWorkDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.duracloud.services.ComputeService
getServiceId, getServiceProps, getServiceStatus, getServiceWorkDir, setServiceWorkDir
 

Constructor Detail

HelloServiceImpl

public HelloServiceImpl()
Method Detail

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.