public class JoramDestination extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.DisposableBean
Modifier and Type | Field and Description |
---|---|
private boolean |
deleteOnStop |
private Destination |
dest |
static org.objectweb.util.monolog.api.Logger |
logger |
Constructor and Description |
---|
JoramDestination() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isDeleteOnStop() |
boolean |
isSingleton() |
void |
setDeleteOnStop(boolean deleteOnStop) |
void |
setDestination(Destination dest) |
public static final org.objectweb.util.monolog.api.Logger logger
private Destination dest
private boolean deleteOnStop
public void setDestination(Destination dest)
dest
- the Joram destination to setpublic Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public boolean isDeleteOnStop()
public void setDeleteOnStop(boolean deleteOnStop)
deleteOnStop
- the deleteOnStop to setCopyright © 2013 ScalAgent D.T.. All Rights Reserved.