public class HessianListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.logging.Logger |
log |
Constructor and Description |
---|
HessianListener() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getAPIClass()
Gets the api-class.
|
SerializerFactory |
getSerializerFactory()
Gets the serializer factory.
|
void |
init() |
void |
setAPIClass(java.lang.Class api)
Sets the api-class.
|
void |
setConnectionFactory(ConnectionFactory connectionFactory)
Sets the name of the connection factory.
|
void |
setDestination(Destination destination)
Sets the name of the input queue.
|
void |
setHome(java.lang.Object home)
Sets the home implementation
|
void |
setHomeAPI(java.lang.Class api)
Sets the home api.
|
void |
setObject(java.lang.Object object)
Sets the object implementation
|
void |
setObjectAPI(java.lang.Class api)
Sets the object api.
|
void |
setSendCollectionType(boolean sendType)
Sets the serializer send collection java type.
|
void |
setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
void |
setService(java.lang.Object service)
Sets the service class.
|
void |
start() |
void |
stop() |
public void setHomeAPI(java.lang.Class api)
public void setHome(java.lang.Object home)
public void setObjectAPI(java.lang.Class api)
public void setObject(java.lang.Object object)
public void setService(java.lang.Object service)
public void setAPIClass(java.lang.Class api)
public java.lang.Class getAPIClass()
public void setConnectionFactory(ConnectionFactory connectionFactory)
public void setDestination(Destination destination)
public void setSerializerFactory(SerializerFactory factory)
public SerializerFactory getSerializerFactory()
public void setSendCollectionType(boolean sendType)
public void init()
public void start() throws java.lang.Throwable
java.lang.Throwable
public void stop() throws JMSException
JMSException