|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jms.services.HessianListener
public class HessianListener
MessageListener for serving Hessian services.
Field Summary | |
---|---|
protected static java.util.logging.Logger |
log
|
Constructor Summary | |
---|---|
HessianListener()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger log
Constructor Detail |
---|
public HessianListener()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |