Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
mockobjects
mockobjects-MockMessagePublisher.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mockobjects-MockMessagePublisher.patch of Package mockobjects
--- src/j2ee/common/com/mockobjects/jms/MockMessagePublisher.java.sav 2002-04-22 18:53:13.000000000 +0200 +++ src/j2ee/common/com/mockobjects/jms/MockMessagePublisher.java 2006-05-05 18:38:04.000000000 +0200 @@ -55,4 +55,29 @@ notImplemented(); } + public void send(Destination destination,Message message,int deliveryMode,int priority,long timeToLive) + throws JMSException{ + notImplemented(); + } + + public void send(Destination destination,Message message) + throws JMSException{ + notImplemented(); + } + + public void send(Message message,int deliveryMode,int priority,long timeToLive) + throws JMSException{ + notImplemented(); + } + + public void send(Message message) + throws JMSException{ + notImplemented(); + } + + public Destination getDestination() + throws JMSException{ + notImplemented(); + return null; + } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor