org.sapia.soto.config.example
Class IOC3Service
java.lang.Object
org.sapia.soto.config.example.IOC3Service
- All Implemented Interfaces:
- Service
public class IOC3Service
- extends java.lang.Object
- implements Service
|
Constructor Summary |
IOC3Service(java.lang.String strVal,
int intVal,
int otherIntVal)
|
|
Method Summary |
void |
dispose()
Shuts down this service. |
void |
init()
Performs initialization actions. |
void |
setProperty(java.lang.String prop)
|
void |
start()
Starts this instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
init
public boolean init
start
public boolean start
dispose
public boolean dispose
stringValue
public java.lang.String stringValue
property
public java.lang.String property
intValue
public int intValue
otherIntValue
public int otherIntValue
IOC3Service
public IOC3Service(java.lang.String strVal,
int intVal,
int otherIntVal)
init
public void init()
throws java.lang.Exception
- Description copied from interface:
Service
- Performs initialization actions.
- Specified by:
init in interface Service
- Throws:
java.lang.Exception - if a problem occurs while initializing.
start
public void start()
throws java.lang.Exception
- Description copied from interface:
Service
- Starts this instance.
- Specified by:
start in interface Service
- Throws:
java.lang.Exception - if a problem occurs while starting.
dispose
public void dispose()
- Description copied from interface:
Service
- Shuts down this service.
- Specified by:
dispose in interface Service
setProperty
public void setProperty(java.lang.String prop)
Copyright © 2010 Sapia OSS. All Rights Reserved.