org.jboss.messaging.core.server
Interface ServerProducer


public interface ServerProducer

A ServerProducer

Author:
Tim Fox,
Method Summary
 void close()
           
 long getID()
           
 void send(ServerMessage msg)
           
 

Method Detail

getID

long getID()

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception

send

void send(ServerMessage msg)
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.