javax.jms
Interface ServerSession


public interface ServerSession

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

Method Summary
 Session getSession()
           
 void start()
           
 

Method Detail

getSession

public Session getSession()
                   throws JMSException
Throws:
JMSException

start

public void start()
           throws JMSException
Throws:
JMSException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.