bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
public void importXML(Element el) throws ConfigurationException { log.info("Loading test:" + el.getNodeName()); name = MetadataUtils.getElementAttribute(el, "name"); log.info("Test Name is " + name); Iterator iter = MetadataUtils.getChildrenByTagName(el,"slave"); wh... | public void importXML(Element el) throws ConfigurationException { log.info("Loading test:" + el.getNodeName()); name = MetadataUtils.getElementAttribute(el, "name"); log.info("Test Name is " + name); Iterator iter = MetadataUtils.getChildrenByTagName(el,"slave"); wh... | 25,982 |
public void importXML(Element el) throws ConfigurationException { log.info("Loading test:" + el.getNodeName()); name = MetadataUtils.getElementAttribute(el, "name"); log.info("Test Name is " + name); Iterator iter = MetadataUtils.getChildrenByTagName(el,"slave"); wh... | public void importXML(Element el) throws ConfigurationException { log.info("Loading test:" + el.getNodeName()); name = MetadataUtils.getElementAttribute(el, "name"); log.info("Test Name is " + name); Iterator iter = MetadataUtils.getChildrenByTagName(el,"slave"); wh... | 25,983 |
public void run() { log.info("Running test: " + this.name); List runners = new ArrayList(); Iterator iter = slaveInfos.iterator(); while (iter.hasNext()) { SlaveInfo slaveInfo = (SlaveInfo)iter.next(); log.info("Starting job(s) at slave: " + slaveInfo.n... | public void run() { log.info("Running test: " + this.name); List runners = new ArrayList(); Iterator iter = slaveInfos.iterator(); while (iter.hasNext()) { SlaveInfo slaveInfo = (SlaveInfo)iter.next(); log.info("Starting job(s) at slave: " + slaveInfo.n... | 25,984 |
public DrainJob(String serverURL, String destinationName, String subName) { super(serverURL, destinationName); this.subName = subName; } | public DrainJob(String slaveURL, String serverURL, String destinationName, String subName, String clientID) { super(serverURL, destinationName); this.subName = subName; } | 25,986 |
public DrainJob(String serverURL, String destinationName, String subName) { super(serverURL, destinationName); this.subName = subName; } | public DrainJob(String serverURL, String destinationName, String subName) { super(slaveURL, serverURL, destinationName); this.subName = subName; } | 25,987 |
public FillJob(String serverURL, String destName, int numMessages, int messageSize, MessageFactory mf, int deliveryMode) { super(serverURL, destName); this.numMessages = numMessages; this.mf = mf; this.deliveryMode = deliveryMode; } | public FillJob(String slaveURL, String serverURL, String destName, int numMessages, int messageSize, MessageFactory mf, int deliveryMode) { super(serverURL, destName); this.numMessages = numMessages; this.mf = mf; this.deliveryMode = deliveryMode; } | 25,989 |
public FillJob(String serverURL, String destName, int numMessages, int messageSize, MessageFactory mf, int deliveryMode) { super(serverURL, destName); this.numMessages = numMessages; this.mf = mf; this.deliveryMode = deliveryMode; } | public FillJob(String serverURL, String destName, int numMessages, int messageSize, MessageFactory mf, int deliveryMode) { super(slaveURL, serverURL, destName); this.numMessages = numMessages; this.mf = mf; this.deliveryMode = deliveryMode; } | 25,990 |
public SenderJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, boolean anon, int messageSize, MessageFactory messageFactory, int deliveryMode) { super (serverURL, destinationName, numConnections... | public SenderJob(String slaveURL, String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, boolean anon, int messageSize, MessageFactory messageFactory, int deliveryMode) { super (serverURL, destinationNam... | 25,991 |
public SenderJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, boolean anon, int messageSize, MessageFactory messageFactory, int deliveryMode) { super (serverURL, destinationName, numConnections... | public SenderJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, boolean anon, int messageSize, MessageFactory messageFactory, int deliveryMode, long initialPause) { super (serverURL, destinationN... | 25,992 |
public SenderJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, boolean anon, int messageSize, MessageFactory messageFactory, int deliveryMode) { super (serverURL, destinationName, numConnections... | public SenderJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, boolean anon, int messageSize, MessageFactory messageFactory, int deliveryMode) { super (slaveURL, serverURL, destinationName, numC... | 25,993 |
public ReceiverJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, int ackMode, String subName, String selector, boolean noLocal, boolean asynch) { super (serverURL, destinationName, numConnections... | public ReceiverJob(String slaveURL, String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, int ackMode, String subName, String selector, boolean noLocal, boolean asynch) { super (serverURL, destinationNam... | 25,995 |
public ReceiverJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, int ackMode, String subName, String selector, boolean noLocal, boolean asynch) { super (serverURL, destinationName, numConnections... | public ReceiverJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, int ackMode, String subName, String selector, boolean noLocal, boolean asynch, String clientID) { super (serverURL, destinationNam... | 25,996 |
public ReceiverJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, int ackMode, String subName, String selector, boolean noLocal, boolean asynch) { super (serverURL, destinationName, numConnections... | public ReceiverJob(String serverURL, String destinationName, int numConnections, int numSessions, boolean transacted, int transactionSize, int numMessages, int ackMode, String subName, String selector, boolean noLocal, boolean asynch) { super (slaveURL, serverURL, destinationName, numC... | 25,997 |
public void startServerPeer(String serverPeerID, String defaultQueueJNDIContext, String defaultTopicJNDIContext) throws Exception { try { log.debug("creating ServerPeer instance"); // we are using the "default" service deploym... | public void startServerPeer(String serverPeerID, String defaultQueueJNDIContext, String defaultTopicJNDIContext) throws Exception { try { log.debug("creating ServerPeer instance"); // we are using the "default" service deploym... | 25,999 |
public void stopServerPeer() throws Exception { try { // if we don't find a ServerPeer instance registered under the serverPeerObjectName // ObjectName, we assume that the server was already stopped and we silently exit if (sc.query(serverPeerObjectName).isEmpty()) { ... | public void stopServerPeer() throws Exception { try { // if we don't find a ServerPeer instance registered under the serverPeerObjectName // ObjectName, we assume that the server was already stopped and we silently exit if (sc.query(serverPeerObjectName).isEmpty()) { ... | 26,000 |
public ServiceContainer(String sevicesToStart, TransactionManager tm) throws Exception { this.tm = tm; parseConfig(sevicesToStart); toUnbindAtExit = new ArrayList(); } | public ServiceContainer(String sevicesToStart) throws Exception { this.tm = tm; parseConfig(sevicesToStart); toUnbindAtExit = new ArrayList(); } | 26,001 |
public ServiceContainer(String sevicesToStart, TransactionManager tm) throws Exception { this.tm = tm; parseConfig(sevicesToStart); toUnbindAtExit = new ArrayList(); } | public ServiceContainer(String sevicesToStart, TransactionManager tm) throws Exception { this.tm = tm; parseConfig(sevicesToStart); toUnbindAtExit = new ArrayList(); } | 26,002 |
public void addBindingFromCluster(String nodeId, String queueName, String condition, String filterString, long channelID, boolean durable) throws Exception { lock.writeLock().acquire(); try { //Sanity if (!nodeIdAddr... | public void addBindingFromCluster(String nodeId, String queueName, String condition, String filterString, long channelID, boolean durable) throws Exception { lock.writeLock().acquire(); try { //Sanity if (!nodeIdAddr... | 26,003 |
public void addToQueue(String queueName, List messages) throws Exception { lock.readLock().acquire(); try { Binding binding = this.getBindingForQueueName(queueName); if (binding == null) { throw new IllegalStateException("Cannot find bind... | public void addToQueue(String queueName, List messages) throws Exception { lock.readLock().acquire(); try { Binding binding = this.getBindingForQueueName(queueName); if (binding == null) { throw new IllegalStateException("Cannot find bind... | 26,004 |
public void addToQueue(String queueName, List messages) throws Exception { lock.readLock().acquire(); try { Binding binding = this.getBindingForQueueName(queueName); if (binding == null) { throw new IllegalStateException("Cannot find bind... | public void addToQueue(String queueName, List messages) throws Exception { lock.readLock().acquire(); try { Binding binding = this.getBindingForQueueName(queueName); if (binding == null) { throw new IllegalStateException("Cannot find bind... | 26,005 |
public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); String filter = queue.get... | public ClusteredBinding bindClusteredQueue(String queueName, String condition, Filter filter, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); String fil... | 26,006 |
public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); String filter = queue.get... | public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, filter, queue); boolean durable = queue.isRecoverable(); String filter = q... | 26,007 |
public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); String filter = queue.get... | public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); BindRequest r... | 26,008 |
public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); String filter = queue.get... | public ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception { ClusteredBinding binding = (ClusteredBinding)super.bindQueue(queueName, condition, queue); boolean durable = queue.isRecoverable(); String filter = queue.get... | 26,009 |
protected Binding createBinding(String nodeId, String queueName, String condition, String filter, long channelId, boolean durable) { return new ClusteredBindingImpl(nodeId, queueName, condition, filter, channelId, durable); } | protected Binding createBinding(String nodeId, String queueName, String condition, String filter, long channelId, boolean durable) { return new ClusteredBindingImpl(nodeId, queueName, condition, filter, channelId, durable); } | 26,010 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | 26,011 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | 26,012 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | 26,013 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); ... | 26,014 |
public void routeFromCluster(org.jboss.messaging.core.Message message, String routingKey, Map queueNameNodeIdMap) throws Exception { lock.readLock().acquire(); // Need to reference the message MessageReference ref = null; try { ref = ms.refere... | public void routeFromCluster(org.jboss.messaging.core.Message message, String routingKey, Map queueNameNodeIdMap) throws Exception { lock.readLock().acquire(); // Need to reference the message MessageReference ref = null; try { ref = ms.refere... | 26,015 |
public void routeFromCluster(org.jboss.messaging.core.Message message, String routingKey, Map queueNameNodeIdMap) throws Exception { lock.readLock().acquire(); // Need to reference the message MessageReference ref = null; try { ref = ms.refere... | public void routeFromCluster(org.jboss.messaging.core.Message message, String routingKey, Map queueNameNodeIdMap) throws Exception { lock.readLock().acquire(); // Need to reference the message MessageReference ref = null; try { ref = ms.refere... | 26,016 |
public void sendStats() throws Exception { lock.writeLock().acquire(); List stats = null; try { Map nameMap = (Map)nameMaps.get(nodeId); if (nameMap != null) { Iterator iter = nameMap.values().iterator(); ... | public void sendStats() throws Exception { lock.writeLock().acquire(); List stats = null; try { Map nameMap = (Map)nameMaps.get(nodeId); if (nameMap != null) { Iterator iter = nameMap.values().iterator(); ... | 26,017 |
public void sendStats() throws Exception { lock.writeLock().acquire(); List stats = null; try { Map nameMap = (Map)nameMaps.get(nodeId); if (nameMap != null) { Iterator iter = nameMap.values().iterator(); ... | public void sendStats() throws Exception { lock.writeLock().acquire(); List stats = null; try { Map nameMap = (Map)nameMaps.get(nodeId); if (nameMap != null) { Iterator iter = nameMap.values().iterator(); ... | 26,018 |
public PostOfficeImpl(DataSource ds, TransactionManager tm, Properties sqlProperties, boolean createTablesOnStartup, String nodeId, String officeName, MessageStore ms, TransactionRepository tr) { super (ds, tm, sqlProperties, ... | public PostOfficeImpl(DataSource ds, TransactionManager tm, Properties sqlProperties, boolean createTablesOnStartup, String nodeId, String officeName, MessageStore ms, TransactionRepository tr) { super (ds, tm, sqlProperties, ... | 26,019 |
void addBindingFromCluster(String nodeId, String queueName, String condition, String filterString, long channelId, boolean durable) throws Exception; | void addBindingFromCluster(int nodeId, String queueName, String condition, String filterString, long channelId, boolean durable) throws Exception; | 26,020 |
public ClusteredBindingImpl(String nodeId, String queueName, String condition, String selector, long channelId, boolean durable) { super(nodeId, queueName, condition, selector, channelId, durable); } | public ClusteredBindingImpl() { super(nodeId, queueName, condition, selector, channelId, durable); } | 26,021 |
public ClusteredBindingImpl(String nodeId, String queueName, String condition, String selector, long channelId, boolean durable) { super(nodeId, queueName, condition, selector, channelId, durable); } | public ClusteredBindingImpl(String nodeId, String queueName, String condition, String selector, long channelId, boolean durable) { } | 26,022 |
ClusteredBinding bindClusteredQueue(String queueName, String condition, ClusteredQueue queue) throws Exception; | ClusteredBinding bindClusteredQueue(String queueName, String condition, Filter filter, ClusteredQueue queue) throws Exception; | 26,023 |
public Binding bindQueue(String queueName, String condition, Queue queue) throws Exception { if (queueName == null) { throw new IllegalArgumentException("Queue name is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); } ... | public Binding bindQueue(String queueName, String condition, Filter filter, Queue queue) throws Exception { if (queueName == null) { throw new IllegalArgumentException("Queue name is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is n... | 26,024 |
public Binding bindQueue(String queueName, String condition, Queue queue) throws Exception { if (queueName == null) { throw new IllegalArgumentException("Queue name is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); } ... | public Binding bindQueue(String queueName, String condition, Queue queue) throws Exception { if (queueName == null) { throw new IllegalArgumentException("Queue name is null"); } if (condition == null) { throw new IllegalArgumentException("Condition is null"); } ... | 26,025 |
BindRequest(String nodeId, String queueName, String condition, String filterString, long channelId, boolean durable) { bindingInfo = new BindingInfo(nodeId, queueName, condition, filterString, channelId, durable); } | BindRequest(String nodeId, String queueName, String condition, String filterString, long channelId, boolean durable) { bindingInfo = new BindingInfo(nodeId, queueName, condition, filterString, channelId, durable); } | 26,026 |
void check(String nodeId) throws Throwable; | void check(int nodeId) throws Throwable; | 26,027 |
String getNodeId() { return nodeId; } | int getNodeId() { return nodeId; } | 26,028 |
protected Binding createBinding(String nodeId, String queueName, String condition, String filter, long channelId, boolean durable) { return new BindingImpl(nodeId, queueName, condition, filter, channelId, durable); } | protected Binding createBinding(String nodeId, String queueName, String condition, String filter, long channelId, boolean durable) { return new BindingImpl(nodeId, queueName, condition, filter, channelId, durable); } | 26,029 |
void handleAddressNodeMapping(Address address, String nodeId) throws Exception; | void handleAddressNodeMapping(Address address, int nodeId) throws Exception; | 26,030 |
public Transaction createTransaction() throws TransactionException { Transaction tx = new Transaction(null, transactionLog); if (log.isTraceEnabled()) { log.trace("created transaction " + tx); } return tx; } | public Transaction createTransaction(Xid xid) throws TransactionException { Transaction tx = new Transaction(null, transactionLog); if (log.isTraceEnabled()) { log.trace("created transaction " + tx); } return tx; } | 26,031 |
public Transaction createTransaction() throws TransactionException { Transaction tx = new Transaction(null, transactionLog); if (log.isTraceEnabled()) { log.trace("created transaction " + tx); } return tx; } | public Transaction createTransaction() throws TransactionException { if (globalToLocalMap.containsKey(xid)) { throw new TransactionException("There is already a local tx for global tx " + xid); } Transaction tx = new Transaction(xid, transactionLog); if (log.isTraceEnabled()) { log.trace("created transac... | 26,032 |
public void commit() throws Exception { if (state == STATE_ROLLBACK_ONLY) { throw new TransactionException("Transaction marked rollback only, cannot commit"); } if (log.isTraceEnabled()) { log.trace("committing " + this); } //TODO - commit the tx in the database state = ... | public void commit() throws Exception { if (state == STATE_ROLLBACK_ONLY) { throw new TransactionException("Transaction marked rollback only, cannot commit"); } if (log.isTraceEnabled()) { log.trace("committing " + this); } //TODO - commit the tx in the database state = ... | 26,034 |
public void commit() throws Exception { if (state == STATE_ROLLBACK_ONLY) { throw new TransactionException("Transaction marked rollback only, cannot commit"); } if (log.isTraceEnabled()) { log.trace("committing " + this); } //TODO - commit the tx in the database state = ... | public void commit() throws Exception { if (state == STATE_ROLLBACK_ONLY) { throw new TransactionException("Transaction marked rollback only, cannot commit"); } if (log.isTraceEnabled()) { log.trace("committing " + this); } //TODO - commit the tx in the database state = ... | 26,035 |
CheckRequest(String nodeId) { this.nodeId = nodeId; } | CheckRequest(String nodeId) { this.nodeId = nodeId; } | 26,036 |
void removeBindingFromCluster(String nodeId, String queueName) throws Exception; | void removeBindingFromCluster(int nodeId, String queueName) throws Exception; | 26,037 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition key is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition key is null"); ... | 26,038 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition key is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition key is null"); ... | 26,039 |
public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition key is null"); ... | public boolean route(MessageReference ref, String condition, Transaction tx) throws Exception { if (ref == null) { throw new IllegalArgumentException("Message reference is null"); } if (condition == null) { throw new IllegalArgumentException("Condition key is null"); ... | 26,040 |
CastMessagesCallback(String nodeId, long txId, PostOfficeInternal office) { this.nodeId = nodeId; this.txId = txId; this.office = office; } | CastMessagesCallback(int nodeId, long txId, PostOfficeInternal office) { this.nodeId = nodeId; this.txId = txId; this.office = office; } | 26,041 |
void addMessage(String routingKey, Message message, Map queueNameToNodeIdMap, String lastNodeId, long channelID) { //If we only ever send messages to the same node for this tx, then we can unicast rather than multicast //This is how we determine that if (lastNodeId == null) { ... | void addMessage(String routingKey, Message message, Map queueNameToNodeIdMap, int lastNodeId, long channelID) { //If we only ever send messages to the same node for this tx, then we can unicast rather than multicast //This is how we determine that if (lastNodeId == null) { ... | 26,042 |
void addMessage(String routingKey, Message message, Map queueNameToNodeIdMap, String lastNodeId, long channelID) { //If we only ever send messages to the same node for this tx, then we can unicast rather than multicast //This is how we determine that if (lastNodeId == null) { ... | void addMessage(String routingKey, Message message, Map queueNameToNodeIdMap, String lastNodeId, long channelID) { //If we only ever send messages to the same node for this tx, then we can unicast rather than multicast //This is how we determine that if (lastNodeId == -1) { ... | 26,043 |
void addMessage(String routingKey, Message message, Map queueNameToNodeIdMap, String lastNodeId, long channelID) { //If we only ever send messages to the same node for this tx, then we can unicast rather than multicast //This is how we determine that if (lastNodeId == null) { ... | void addMessage(String routingKey, Message message, Map queueNameToNodeIdMap, String lastNodeId, long channelID) { //If we only ever send messages to the same node for this tx, then we can unicast rather than multicast //This is how we determine that if (lastNodeId == null) { ... | 26,044 |
QueueStatsRequest(String nodeId, List stats) { this.nodeId = nodeId; this.queueStats = stats; } | QueueStatsRequest(String nodeId, List stats) { this.nodeId = nodeId; this.queueStats = stats; } | 26,045 |
SendNodeIdRequest(Address address, String nodeId) { this.address = address; this.nodeId = nodeId; } | SendNodeIdRequest(Address address, String nodeId) { this.address = address; this.nodeId = nodeId; } | 26,046 |
UnbindRequest(String nodeId, String queueName) { this.nodeId = nodeId; this.queueName = queueName; } | UnbindRequest(String nodeId, String queueName) { this.nodeId = nodeId; this.queueName = queueName; } | 26,047 |
void updateQueueStats(String nodeId, List stats) throws Exception; | void updateQueueStats(int nodeId, List stats) throws Exception; | 26,048 |
void addFirst(Object obj, int priority); | boolean addFirst(Object obj, int priority); | 26,049 |
void addLast(Object obj, int priority); | boolean addLast(Object obj, int priority); | 26,050 |
public JSlider() { // TODO } // JSlider() | public JSlider() { // TODO } // JSlider() | 26,051 |
public void addChangeListener(ChangeListener listener) { // TODO } // addChangeListener() | public void addChangeListener(ChangeListener listener) { // TODO } // addChangeListener() | 26,052 |
protected ChangeListener createChangeListener() { return null; // TODO } // createChangeListener() | protected ChangeListener createChangeListener() { return null; // TODO } // createChangeListener() | 26,053 |
public Hashtable createStandardLabels(int increment) { return null; // TODO } // createStandardLabels() | public Hashtable createStandardLabels(int increment) { return null; // TODO } // createStandardLabels() | 26,054 |
protected void fireStateChanged() { // TODO } // fireStateChanged() | protected void fireStateChanged() { // TODO } // fireStateChanged() | 26,055 |
public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJSlider(this); } // if return accessibleContext; } // getAccessibleContext() | public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJSlider(this); } // if return accessibleContext; } // getAccessibleContext() | 26,056 |
public int getExtent() { return 0; // TODO } // getExtent() | public int getExtent() { return 0; // TODO } // getExtent() | 26,057 |
public boolean getInverted() { return false; // TODO } // getInverted() | public boolean getInverted() { return false; // TODO } // getInverted() | 26,058 |
public Dictionary getLabelTable() { return null; // TODO } // getLabelTable() | public Dictionary getLabelTable() { return null; // TODO } // getLabelTable() | 26,059 |
public int getMajorTickSpacing() { return 0; // TODO } // getMajorTickSpacing() | public int getMajorTickSpacing() { return 0; // TODO } // getMajorTickSpacing() | 26,060 |
public int getMaximum() { return 0; // TODO } // getMaximum() | public int getMaximum() { return 0; // TODO } // getMaximum() | 26,061 |
public int getMinimum() { return 0; // TODO } // getMinimum() | public int getMinimum() { return 0; // TODO } // getMinimum() | 26,062 |
public int getMinorTickSpacing() { return 0; // TODO } // getMinorTickSpacing() | public int getMinorTickSpacing() { return 0; // TODO } // getMinorTickSpacing() | 26,063 |
public BoundedRangeModel getModel() { return null; // TODO } // getModel() | public BoundedRangeModel getModel() { return null; // TODO } // getModel() | 26,064 |
public boolean getPaintLabels() { return false; // TODO } // getPaintLabels() | public boolean getPaintLabels() { return false; // TODO } // getPaintLabels() | 26,065 |
public boolean getPaintTicks() { return false; // TODO } // getPaintTicks() | public boolean getPaintTicks() { return false; // TODO } // getPaintTicks() | 26,066 |
public boolean getPaintTrack() { return false; // TODO } // getPaintTrack() | public boolean getPaintTrack() { return false; // TODO } // getPaintTrack() | 26,067 |
public boolean getSnapToTicks() { return false; // TODO } // getSnapToTicks() | public boolean getSnapToTicks() { return false; // TODO } // getSnapToTicks() | 26,068 |
public String getUIClassID() { return uiClassID; } // getUIClassID() | public String getUIClassID() { return uiClassID; } // getUIClassID() | 26,069 |
public int getValue() { return 0; // TODO } // getValue() | public int getValue() { return 0; // TODO } // getValue() | 26,070 |
public boolean getValueIsAdjusting() { return false; // TODO } // getValueIsAdjusting() | public boolean getValueIsAdjusting() { return false; // TODO } // getValueIsAdjusting() | 26,071 |
protected String paramString() { return null; // TODO } // paramString() | protected String paramString() { return null; // TODO } // paramString() | 26,072 |
public void removeChangeListener(ChangeListener listener) { // TODO } // removeChangeListener() | public void removeChangeListener(ChangeListener listener) { // TODO } // removeChangeListener() | 26,073 |
public void setExtent(int extent) { // TODO } // setExtent() | public void setExtent(int extent) { // TODO } // setExtent() | 26,074 |
public void setInverted(boolean inverted) { // TODO } // setInverted() | public void setInverted(boolean inverted) { // TODO } // setInverted() | 26,075 |
public void setLabelTable(Dictionary table) { // TODO } // setLabelTable() | public void setLabelTable(Dictionary table) { // TODO } // setLabelTable() | 26,076 |
public void setMajorTickSpacing(int spacing) { // TODO } // setMajorTickSpacing() | public void setMajorTickSpacing(int spacing) { // TODO } // setMajorTickSpacing() | 26,077 |
public void setMaximum(int maximum) { // TODO } // setMaximum() | public void setMaximum(int maximum) { // TODO } // setMaximum() | 26,078 |
public void setMinimum(int minimum) { // TODO } // setMinimum() | public void setMinimum(int minimum) { // TODO } // setMinimum() | 26,079 |
public void setMinorTickSpacing(int spacing) { // TODO } // setMinorTickSpacing() | public void setMinorTickSpacing(int spacing) { // TODO } // setMinorTickSpacing() | 26,080 |
public void setModel(BoundedRangeModel model) { // TODO } // setModel() | public void setModel(BoundedRangeModel model) { // TODO } // setModel() | 26,081 |
public void setOrientation(int orientation) { // TODO } // setOrientation() | public void setOrientation(int orientation) { // TODO } // setOrientation() | 26,082 |
public void setPaintLabels(boolean paint) { // TODO } // setPaintLabels() | public void setPaintLabels(boolean paint) { // TODO } // setPaintLabels() | 26,083 |
public void setPaintTicks(boolean paint) { // TODO } // setPaintTicks() | public void setPaintTicks(boolean paint) { // TODO } // setPaintTicks() | 26,084 |
public void setPaintTrack(boolean paint) { // TODO } // setPaintTrack() | public void setPaintTrack(boolean paint) { // TODO } // setPaintTrack() | 26,085 |
public void setSnapToTicks(boolean snap) { // TODO } // setSnapToTicks() | public void setSnapToTicks(boolean snap) { // TODO } // setSnapToTicks() | 26,086 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.