bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | 26,426 |
public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | 26,427 |
public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | 26,428 |
public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | public static void assertEquivalent(Node node, Node node2) { if (node == null) { throw new XMLRuntimeException("the first node to be compared is null"); } if (node2 == null) { throw new XMLRuntimeException("the second node to be compared is null"); } if (!node.get... | 26,429 |
public static void paintChild(Context c, Box box, boolean restyle) { if (box.isChildrenExceedBounds()) { //Uu.p("box children exceed: " + box); //BoxRendering.paint(c, box, false, restyle); //return; } if (Configuration.isTrue("xr.renderer.viewport-repaint", fal... | public static void paintChild(Context c, Box box, boolean restyle) { if (box.isChildrenExceedBounds()) { //Uu.p("box children exceed: " + box); //BoxRendering.paint(c, box, false, restyle); //return; } if (Configuration.isTrue("xr.renderer.viewport-repaint", fal... | 26,431 |
public MessagingMarshallable(byte version, Object load) { this.version = version; this.load = load; } | public MessagingMarshallable(byte version, Object load) { this.version = version; this.load = load; } | 26,433 |
public void test_1() throws Exception { QueueConnectionFactory qcf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory"); Queue queue = (Queue)ic.lookup("/queue/Queue"); QueueConnection qc = qcf.createQueueConnection(); QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDG... | public void test_1() throws Exception { QueueConnectionFactory qcf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory"); Queue queue = (Queue)ic.lookup("/queue/Queue"); QueueConnection qc = qcf.createQueueConnection(); QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDG... | 26,434 |
public void test_1() throws Exception { QueueConnectionFactory qcf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory"); Queue queue = (Queue)ic.lookup("/queue/Queue"); QueueConnection qc = qcf.createQueueConnection(); QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDG... | public void test_1() throws Exception { QueueConnectionFactory qcf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory"); Queue queue = (Queue)ic.lookup("/queue/Queue"); QueueConnection qc = qcf.createQueueConnection(); QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDG... | 26,435 |
public void test_1() throws Exception { QueueConnectionFactory qcf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory"); Queue queue = (Queue)ic.lookup("/queue/Queue"); QueueConnection qc = qcf.createQueueConnection(); QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDG... | public void test_1() throws Exception { QueueConnectionFactory qcf = (QueueConnectionFactory)ic.lookup("/ConnectionFactory"); Queue queue = (Queue)ic.lookup("/queue/Queue"); QueueConnection qc = qcf.createQueueConnection(); QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDG... | 26,436 |
public void testNonRecoverableQueueCrash() throws Throwable { //Non recoverable queue - eg temporary queue PagingFilteredQueue queue = new PagingFilteredQueue("queue1", 1, ms, pm, true, true, new QueuedExecutor(), null, 100, 20, 10); Message[] msgs = new Message[200]; MessageR... | public void testNonRecoverableQueueCrash() throws Throwable { //Non recoverable queue - eg temporary queue PagingFilteredQueue queue = new PagingFilteredQueue("queue1", 1, ms, pm, true, true, new QueuedExecutor(), null, 100, 20, 10); Message[] msgs = new Message[200]; MessageR... | 26,437 |
public void testRecoverableQueueCrash() throws Throwable { PagingFilteredQueue queue = new PagingFilteredQueue("queue1", 1, ms, pm, true, true, new QueuedExecutor(), null, 100, 20, 10); Message[] msgs = new Message[200]; MessageReference[] refs = new MessageReference[200]; //Send 1... | public void testRecoverableQueueCrash() throws Throwable { PagingFilteredQueue queue = new PagingFilteredQueue("queue1", 1, ms, pm, true, true, new QueuedExecutor(), null, 100, 20, 10); Message[] msgs = new Message[200]; MessageReference[] refs = new MessageReference[200]; //Send 1... | 26,438 |
public void setUp() throws Exception { super.setUp(); sc = new ServiceContainer("all,-remoting,-security"); sc.start(); pm = new JDBCPersistenceManager(sc.getDataSource(), sc.getTransactionManager(), null, true, true, true, 100); pm.start();... | public void setUp() throws Exception { super.setUp(); sc = new ServiceContainer("all,-remoting,-security"); sc.start(); pm = new JDBCPersistenceManager(sc.getDataSource(), sc.getTransactionManager(), null, true, true, true, 100); pm.start();... | 26,439 |
private void drawPDFAsImage(PDFAsImage image, int x, int y) { URL url = image.getURL(); PdfReader reader = null; try { reader = getReader(url); } catch (IOException e) { throw new XRRuntimeException("Could not load " + url + ": " + e.getM... | private void drawPDFAsImage(PDFAsImage image, int x, int y) { URL url = image.getURL(); PdfReader reader = null; try { reader = getReader(url); } catch (IOException e) { throw new XRRuntimeException("Could not load " + url + ": " + e.getM... | 26,440 |
private void drawPDFAsImage(PDFAsImage image, int x, int y) { URL url = image.getURL(); PdfReader reader = null; try { reader = getReader(url); } catch (IOException e) { throw new XRRuntimeException("Could not load " + url + ": " + e.getM... | private void drawPDFAsImage(PDFAsImage image, int x, int y) { URL url = image.getURL(); PdfReader reader = null; try { reader = getReader(url); } catch (IOException e) { throw new XRRuntimeException("Could not load " + url + ": " + e.getM... | 26,441 |
private void followPath(Shape s, int drawType) { PdfContentByte cb = _currentPage; if (s==null) return; if (drawType==STROKE) { if (!(_stroke instanceof BasicStroke)) { s = _stroke.createStrokedShape(s); followPath(s, FILL); return; ... | private void followPath(Shape s, int drawType) { PdfContentByte cb = _currentPage; if (s==null) return; if (drawType==STROKE) { if (!(_stroke instanceof BasicStroke)) { s = _stroke.createStrokedShape(s); followPath(s, FILL); return; ... | 26,442 |
private void followPath(Shape s, int drawType) { PdfContentByte cb = _currentPage; if (s==null) return; if (drawType==STROKE) { if (!(_stroke instanceof BasicStroke)) { s = _stroke.createStrokedShape(s); followPath(s, FILL); return; ... | private void followPath(Shape s, int drawType) { PdfContentByte cb = _currentPage; if (s==null) return; if (drawType==STROKE) { if (!(_stroke instanceof BasicStroke)) { s = _stroke.createStrokedShape(s); followPath(s, FILL); return; ... | 26,443 |
private void followPath(Shape s, int drawType) { PdfContentByte cb = _currentPage; if (s==null) return; if (drawType==STROKE) { if (!(_stroke instanceof BasicStroke)) { s = _stroke.createStrokedShape(s); followPath(s, FILL); return; ... | private void followPath(Shape s, int drawType) { PdfContentByte cb = _currentPage; if (s==null) return; if (drawType==STROKE) { if (!(_stroke instanceof BasicStroke)) { s = _stroke.createStrokedShape(s); followPath(s, FILL); return; ... | 26,444 |
public static boolean equals(float[] a1, float[] a2) { // Quick test which saves comparing elements of the same array, and also // catches the case that both are null. if (a1 == a2) return true; if (null == a1 || null == a2) return false; // Must use Float.compare to take into account NaN, +... | public static boolean equals(boolean[] a1, boolean[] a2) { // Quick test which saves comparing elements of the same array, and also // catches the case that both are null. if (a1 == a2) return true; if (null == a1 || null == a2) return false; // Must use Float.compare to take into account Na... | 26,446 |
public static boolean equals(float[] a1, float[] a2) { // Quick test which saves comparing elements of the same array, and also // catches the case that both are null. if (a1 == a2) return true; if (null == a1 || null == a2) return false; // Must use Float.compare to take into account NaN, +... | public static boolean equals(float[] a1, float[] a2) { // Quick test which saves comparing elements of the same array, and also // catches the case that both are null. if (a1 == a2) return true; if (null == a1 || null == a2) return false; // Must use Float.compare to take into account NaN, +... | 26,447 |
protected InitialDirContext (boolean lazy) throws NamingException { super (lazy); } | public InitialDirContext () throws NamingException { super (lazy); } | 26,448 |
protected InitialDirContext (boolean lazy) throws NamingException { super (lazy); } | protected InitialDirContext (boolean lazy) throws NamingException { this (null); } | 26,449 |
protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | 26,450 |
protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | 26,451 |
protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | 26,452 |
protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | 26,453 |
protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | protected void init(Hashtable environment) { // FIXME: Is this enough? final String[] properties = { Context.DNS_URL, Context.INITIAL_CONTEXT_FACTORY, Context.OBJECT_FACTORIES, Context.PROVIDER_URL, Context.STATE_FACTORIES, Context.URL_PKG_PREFIXES, }; // Create myProps, cloning environment i... | 26,454 |
public ExtendedResponse extendedOperation(ExtendedRequest request) throws NamingException; | ExtendedResponse extendedOperation(ExtendedRequest request) throws NamingException; | 26,455 |
public Control[] getConnectControls() throws NamingException; | Control[] getConnectControls() throws NamingException; | 26,456 |
public Control[] getRequestControls() throws NamingException; | Control[] getRequestControls() throws NamingException; | 26,457 |
public Control[] getResponseControls() throws NamingException; | Control[] getResponseControls() throws NamingException; | 26,458 |
public LdapContext newInstance(Control[] requestControls) throws NamingException; | LdapContext newInstance(Control[] requestControls) throws NamingException; | 26,459 |
public void reconnect(Control[] connCtls) throws NamingException; | void reconnect(Control[] connCtls) throws NamingException; | 26,460 |
public void setRequestControls(Control[] requestControls) throws NamingException; | void setRequestControls(Control[] requestControls) throws NamingException; | 26,461 |
public BlockContent(Element e, CalculatedStyle style) { _elem = e; _style = style; } | BlockContent(Element e, CascadedStyle style) { _elem = e; _style = style; } | 26,462 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,463 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,464 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,465 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,466 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,467 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,468 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,469 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,470 |
public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | public static void paint( Context c, Box box ) { String type = c.css.getStringProperty( box.node, "list-style-type" ); if ( type.equals( "none" ) ) { return; } String image = c.css.getStringProperty( box.node, "list-style-image" ); Image img = null; if ( !image.e... | 26,471 |
Resource getResource(String name) { File file = new File(dir, name); if (file.exists() && ! file.isDirectory()) return new FileResource(this, name, file); return null; } | Resource getResource(String name) { File file = new File(dir, name); if (file.exists()) return new FileResource(this, name, file); return null; } | 26,474 |
URLLoader(URLClassLoader classloader, URL baseURL) { this.classloader = classloader; this.baseURL = baseURL; this.noCertCodeSource = new CodeSource(baseURL, null); } | URLLoader(URLClassLoader classloader, URL baseURL) { this.classloader = classloader; this.baseURL = baseURL; this.noCertCodeSource = new CodeSource(baseURL, null); } | 26,476 |
private void addURLImpl(URL newUrl) { synchronized (urlloaders) { if (newUrl == null) return; // Silently ignore... // Check global cache to see if there're already url loader // for this url. URLLoader loader = (URLLoader) urlloaders.get(newUrl); if (loader == null) { String file = newUrl.ge... | private void addURLImpl(URL newUrl) { synchronized (urlloaders) { if (newUrl == null) return; // Silently ignore... // Check global cache to see if there're already url loader // for this url. URLLoader loader = (URLLoader) urlloaders.get(newUrl); if (loader == null) { String file = newUrl.ge... | 26,478 |
private void addURLs(URL[] newUrls) { for (int i = 0; i < newUrls.length; i++) addURLImpl(newUrls[i]); } | private void addURLs(URL[] newUrls) { for (int i = 0; i < newUrls.length; i++) addURL(newUrls[i]); } | 26,480 |
protected Class findClass(final String className) throws ClassNotFoundException { // Just try to find the resource by the (almost) same name String resourceName = className.replace('.', '/') + ".class"; Resource resource = findURLResource(resourceName); if (resource == null) throw new ClassNotFou... | protected Class findClass(final String className) throws ClassNotFoundException { // Just try to find the resource by the (almost) same name String resourceName = className.replace('.', '/') + ".class"; Resource resource = findURLResource(resourceName); if (resource == null) throw new ClassNotFou... | 26,481 |
protected Class findClass(final String className) throws ClassNotFoundException { // Just try to find the resource by the (almost) same name String resourceName = className.replace('.', '/') + ".class"; Resource resource = findURLResource(resourceName); if (resource == null) throw new ClassNotFou... | protected Class findClass(final String className) throws ClassNotFoundException { // Just try to find the resource by the (almost) same name String resourceName = className.replace('.', '/') + ".class"; Resource resource = findURLResource(resourceName); if (resource == null) throw new ClassNotFou... | 26,482 |
public Enumeration findResources(String resourceName) throws IOException { Vector resources = new Vector(); int max = urls.size(); for (int i = 0; i < max; i++) { URLLoader loader = (URLLoader) urlinfos.elementAt(i); Resource resource = loader.getResource(resourceName); if (resource != null) resou... | public Enumeration findResources(String resourceName) throws IOException { Vector resources = new Vector(); int max = urlinfos.size(); for (int i = 0; i < max; i++) { URLLoader loader = (URLLoader) urlinfos.elementAt(i); Resource resource = loader.getResource(resourceName); if (resource != null) r... | 26,483 |
private Resource findURLResource(String resourceName) { int max = urls.size(); for (int i = 0; i < max; i++) { URLLoader loader = (URLLoader) urlinfos.elementAt(i); if (loader == null) continue; Resource resource = loader.getResource(resourceName); if (resource != null) return resource; } ret... | private Resource findURLResource(String resourceName) { int max = urlinfos.size(); for (int i = 0; i < max; i++) { URLLoader loader = (URLLoader) urlinfos.elementAt(i); if (loader == null) continue; Resource resource = loader.getResource(resourceName); if (resource != null) return resource; } ... | 26,484 |
public void prepare() { state = STATE_PREPARED; } | public void prepare() throws Exception { state = STATE_PREPARED; } | 26,485 |
public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args) throws WorkflowException { String language = (String) args.get(AbstractWorkflow.BSF_LANGUAGE); String source = (String) args.get(AbstractWorkflow.BSF_SOURCE); int row = TextUtils.parseInt((String) args.get(Ab... | public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, PropertySet ps) throws WorkflowException { String language = (String) args.get(AbstractWorkflow.BSF_LANGUAGE); String source = (String) args.get(AbstractWorkflow.BSF_SOURCE); int row = TextUtils.parseInt((Str... | 26,487 |
public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args) throws WorkflowException { String language = (String) args.get(AbstractWorkflow.BSF_LANGUAGE); String source = (String) args.get(AbstractWorkflow.BSF_SOURCE); int row = TextUtils.parseInt((String) args.get(Ab... | public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args) throws WorkflowException { String language = (String) args.get(AbstractWorkflow.BSF_LANGUAGE); String source = (String) args.get(AbstractWorkflow.BSF_SOURCE); int row = TextUtils.parseInt((String) args.get(Ab... | 26,488 |
public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args) throws WorkflowException { String language = (String) args.get(AbstractWorkflow.BSF_LANGUAGE); String source = (String) args.get(AbstractWorkflow.BSF_SOURCE); int row = TextUtils.parseInt((String) args.get(Ab... | public Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args) throws WorkflowException { String language = (String) args.get(AbstractWorkflow.BSF_LANGUAGE); String source = (String) args.get(AbstractWorkflow.BSF_SOURCE); int row = TextUtils.parseInt((String) args.get(Ab... | 26,489 |
public synchronized void startService() throws Exception { super.startService(); try { postOffice = serverPeer.getQueuePostOfficeInstance(); destination.setPostOffice(postOffice); //Binding must be added before destination is register... | public synchronized void startService() throws Exception { super.startService(); try { postOffice = serverPeer.getQueuePostOfficeInstance(); destination.setPostOffice(postOffice); //Binding must be added before destination is register... | 26,490 |
public synchronized void startService() throws Exception { super.startService(); try { postOffice = serverPeer.getQueuePostOfficeInstance(); destination.setPostOffice(postOffice); //Binding must be added before destination is register... | public synchronized void startService() throws Exception { super.startService(); try { postOffice = serverPeer.getQueuePostOfficeInstance(); destination.setPostOffice(postOffice); //Binding must be added before destination is register... | 26,491 |
public void testDefaultFailoverMap() throws Exception { { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate();... | public void testDefaultFailoverMap() throws Exception { { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate();... | 26,492 |
public void testDefaultFailoverMap() throws Exception { { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate();... | public void testDefaultFailoverMap() throws Exception { { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate();... | 26,493 |
public void testFailoverWithUnackedMessagesClientAcknowledge() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(... | public void testFailoverWithUnackedMessagesClientAcknowledge() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(... | 26,494 |
public void testFailoverWithUnackedMessagesClientAcknowledge() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(... | public void testFailoverWithUnackedMessagesClientAcknowledge() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(... | 26,495 |
public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | 26,496 |
public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | 26,497 |
public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | 26,498 |
public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | 26,499 |
public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | public void testSimpleFailover() throws Exception { JBossConnectionFactory factory = (JBossConnectionFactory )ic[0].lookup("/ConnectionFactory"); ClusteredClientConnectionFactoryDelegate delegate = (ClusteredClientConnectionFactoryDelegate)factory.getDelegate(); Set nodeIDView = Serve... | 26,500 |
protected void setUp() throws Exception { super.setUp(); if (nodeCount < 1) { throw new Exception("Node count not defined! Initalize nodeCount in the test's setUp()"); } ic = new Context[nodeCount]; queue = new Queue[nodeCount]; topic = new Topic[nodeCount]; for(int ... | protected void setUp() throws Exception { super.setUp(); if (nodeCount < 1) { throw new Exception("Node count not defined! Initalize nodeCount in the test's setUp()"); } ic = new Context[nodeCount]; queue = new Queue[nodeCount]; topic = new Topic[nodeCount]; for(int ... | 26,501 |
public Object lookup (String name) throws NamingException; | Object lookup (Name name) throws NamingException; | 26,502 |
public IllegalFormatFlagsException(String flags) { super(); this.flags = flags; } | public IllegalFormatFlagsException(String flags) { super("An illegal set of flags, " + flags + ", was supplied."); if (flags == null) throw new NullPointerException("The supplied flags are null."); this.flags = flags; } | 26,503 |
IllegalFormatException(String msg) { super(msg); } | IllegalFormatException() { super(msg); } | 26,504 |
IllegalFormatException(String msg) { super(msg); } | IllegalFormatException(String msg) { } | 26,505 |
public BrowserStartup() { logger.info("starting up"); history = new HistoryManager(); } | public BrowserStartup() { logger.info("starting up"); } | 26,506 |
public void init() { logger.info("creating UI"); actions = new BrowserActions(this); actions.init(); panel = new BrowserPanel(this, new FrameBrowserPanelListener()); panel.init(); panel.createLayout(); panel.createActions(); menu = new BrowserMenuBar(this); ... | public void init() { logger.info("creating UI"); actions = new BrowserActions(this); actions.init(); panel = new BrowserPanel(this, new FrameBrowserPanelListener()); panel.init(); panel.createLayout(); panel.createActions(); menu = new BrowserMenuBar(this); ... | 26,508 |
public void createActions() { SelectionMouseListener ma = new SelectionMouseListener(); root.panel.view.addMouseListener( ma ); root.panel.view.addMouseMotionListener( ma ); logger.info( "added mouse selection listener: " + ma ); HoverListener hl = new HoverListener(root.panel.vie... | public void createActions() { SelectionMouseListener ma = new SelectionMouseListener(); root.panel.view.addMouseListener( ma ); root.panel.view.addMouseMotionListener( ma ); logger.info( "added mouse selection listener: " + ma ); HoverListener hl = new HoverListener(root.panel.vie... | 26,512 |
public void test_Simple_NTNP_LA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = ... | public void test_Simple_NTNP_LA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = ... | 26,513 |
public void test_Simple_NTNP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons... | public void test_Simple_NTNP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons... | 26,514 |
public void test_Simple_NTNP_LD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons... | public void test_Simple_NTNP_LD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons... | 26,515 |
public void test_Simple_NTNP_LT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons =... | public void test_Simple_NTNP_LT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons =... | 26,516 |
public void test_Simple_NTNP_LX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive... | public void test_Simple_NTNP_LX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive... | 26,517 |
public void test_Simple_NTNP_NLA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons =... | public void test_Simple_NTNP_NLA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons =... | 26,518 |
public void test_Simple_NTNP_NLCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer con... | public void test_Simple_NTNP_NLCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer con... | 26,520 |
public void test_Simple_NTNP_NLD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer con... | public void test_Simple_NTNP_NLD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer con... | 26,521 |
public void test_Simple_NTNP_NLT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons ... | public void test_Simple_NTNP_NLT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons ... | 26,522 |
public void test_Simple_NTNP_NLX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceiv... | public void test_Simple_NTNP_NLX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceiv... | 26,523 |
public void test_Simple_NTP_LA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = s... | public void test_Simple_NTP_LA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = s... | 26,524 |
public void test_Simple_NTP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons ... | public void test_Simple_NTP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons ... | 26,525 |
public void test_Simple_NTP_LD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons ... | public void test_Simple_NTP_LD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons ... | 26,526 |
public void test_Simple_NTP_LT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons = ... | public void test_Simple_NTP_LT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons = ... | 26,527 |
public void test_Simple_NTP_LX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive.... | public void test_Simple_NTP_LX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive.... | 26,528 |
public void test_Simple_NTP_NLA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = ... | public void test_Simple_NTP_NLA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = ... | 26,529 |
public void test_Simple_NTP_NLCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons... | public void test_Simple_NTP_NLCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons... | 26,530 |
public void test_Simple_NTP_NLD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons... | public void test_Simple_NTP_NLD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons... | 26,531 |
public void test_Simple_NTP_NLT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons =... | public void test_Simple_NTP_NLT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons =... | 26,532 |
public void test_Simple_NTP_NLX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive... | public void test_Simple_NTP_NLX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive... | 26,533 |
public void test_Simple_TNP_LA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = ... | public void test_Simple_TNP_LA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons = ... | 26,534 |
public void test_Simple_TNP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons... | public void test_Simple_TNP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons... | 26,535 |
public void test_Simple_TNP_LD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons... | public void test_Simple_TNP_LD() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.DUPS_OK_ACKNOWLEDGE); MessageConsumer cons... | 26,536 |
public void test_Simple_TNP_LT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons =... | public void test_Simple_TNP_LT() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(true, Session.SESSION_TRANSACTED); MessageConsumer cons =... | 26,537 |
public void test_Simple_TNP_LX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive... | public void test_Simple_TNP_LX() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); XASession sessReceive = ((XAConnection)conn).createXASession(); MessageConsumer cons = sessReceive... | 26,538 |
public void test_Simple_TNP_NLA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons =... | public void test_Simple_TNP_NLA() throws Exception { Connection conn = cf.createConnection(); conn.start(); Session sessSend = conn.createSession(true, Session.SESSION_TRANSACTED); Session sessReceive = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageConsumer cons =... | 26,539 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.