|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.extend.server.deployment.service.ServiceBean
public class ServiceBean
Definition of service bean.
| Field Summary | |
|---|---|
protected Object |
bean
Reference to the bean |
protected String |
beanName
Bean's name |
protected String |
createMethodName
Create method name |
protected String |
destroyMethodName
Destroy method name |
protected String |
startMethodName
Start method name |
protected String |
stopMethodName
Stop mehtod name |
| Constructor Summary | |
|---|---|
ServiceBean(String beanName)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
Object |
getBean()
|
String |
getBeanName()
|
String |
getCreateMethodName()
|
String |
getDestroyMethodName()
|
String |
getStartMethodName()
|
String |
getStopMethodName()
|
int |
hashCode()
|
void |
setBean(Object bean)
|
void |
setCreateMethodName(String createMethodName)
|
void |
setDestroyMethodName(String destroyMethodName)
|
void |
setStartMethodName(String startMethodName)
|
void |
setStopMethodName(String stopMethodName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String beanName
protected Object bean
protected String createMethodName
protected String startMethodName
protected String stopMethodName
protected String destroyMethodName
| Constructor Detail |
|---|
public ServiceBean(String beanName)
beanName - name of the bean| Method Detail |
|---|
public String getCreateMethodName()
public void setCreateMethodName(String createMethodName)
createMethodName - The createMethodName to set.public String getStartMethodName()
public void setStartMethodName(String startMethodName)
startMethodName - The startMethodName to set.public Object getBean()
public void setBean(Object bean)
bean - The bean.public String getBeanName()
public String getDestroyMethodName()
public void setDestroyMethodName(String destroyMethodName)
destroyMethodName - The destroyMethodName to set.public String getStopMethodName()
public void setStopMethodName(String stopMethodName)
stopMethodName - The stopMethodName to set.public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||