repo
stringlengths
7
58
path
stringlengths
12
218
func_name
stringlengths
3
140
original_string
stringlengths
73
34.1k
language
stringclasses
1 value
code
stringlengths
73
34.1k
code_tokens
list
docstring
stringlengths
3
16k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
105
339
partition
stringclasses
1 value
OpenLiberty/open-liberty
dev/com.ibm.ws.ejbcontainer.timer.persistent/src/com/ibm/ws/ejbcontainer/timer/persistent/osgi/internal/EJBPersistentTimerRuntimeImpl.java
EJBPersistentTimerRuntimeImpl.getAllowCachedTimerData
protected int getAllowCachedTimerData(J2EEName j2eeName) { Integer allowCachedTimerData = null; Map<String, Integer> localAllowCachedTimerDataMap = allowCachedTimerDataMap; if (localAllowCachedTimerDataMap != null) { allowCachedTimerData = localAllowCachedTimerDataMap.get(j2eeName.to...
java
protected int getAllowCachedTimerData(J2EEName j2eeName) { Integer allowCachedTimerData = null; Map<String, Integer> localAllowCachedTimerDataMap = allowCachedTimerDataMap; if (localAllowCachedTimerDataMap != null) { allowCachedTimerData = localAllowCachedTimerDataMap.get(j2eeName.to...
[ "protected", "int", "getAllowCachedTimerData", "(", "J2EEName", "j2eeName", ")", "{", "Integer", "allowCachedTimerData", "=", "null", ";", "Map", "<", "String", ",", "Integer", ">", "localAllowCachedTimerDataMap", "=", "allowCachedTimerDataMap", ";", "if", "(", "loc...
Return the allowed cached timer data setting for the specified bean.
[ "Return", "the", "allowed", "cached", "timer", "data", "setting", "for", "the", "specified", "bean", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.ejbcontainer.timer.persistent/src/com/ibm/ws/ejbcontainer/timer/persistent/osgi/internal/EJBPersistentTimerRuntimeImpl.java#L445-L455
train
OpenLiberty/open-liberty
dev/com.ibm.ws.dynacache/src/com/ibm/ws/cache/NullNotificationService.java
NullNotificationService.batchUpdate
public void batchUpdate(HashMap invalidateIdEvents, HashMap invalidateTemplateEvents, ArrayList pushEntryEvents, ArrayList aliasEntryEvents, CacheUnit cacheUnit) { //CCC // nothing to do for NullNotification }
java
public void batchUpdate(HashMap invalidateIdEvents, HashMap invalidateTemplateEvents, ArrayList pushEntryEvents, ArrayList aliasEntryEvents, CacheUnit cacheUnit) { //CCC // nothing to do for NullNotification }
[ "public", "void", "batchUpdate", "(", "HashMap", "invalidateIdEvents", ",", "HashMap", "invalidateTemplateEvents", ",", "ArrayList", "pushEntryEvents", ",", "ArrayList", "aliasEntryEvents", ",", "CacheUnit", "cacheUnit", ")", "{", "//CCC", "// nothing to do for NullNotifica...
This applies a set of invalidations and new entries to this CacheUnit, including the local internal cache and external caches registered with this CacheUnit. @param invalidateIdEvents A Vector of invalidate by id events. @param invalidateTemplateEvents A Vector of invalidate by template events. @param pushEntryEvents ...
[ "This", "applies", "a", "set", "of", "invalidations", "and", "new", "entries", "to", "this", "CacheUnit", "including", "the", "local", "internal", "cache", "and", "external", "caches", "registered", "with", "this", "CacheUnit", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.dynacache/src/com/ibm/ws/cache/NullNotificationService.java#L35-L37
train
OpenLiberty/open-liberty
dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java
TxExecutionContextHandler.getTxWrapper
public static JCATranWrapper getTxWrapper(Xid xid, boolean addAssociation) throws XAException { if (tc.isEntryEnabled()) Tr.entry(tc, "getTxWrapper", new Object[] { xid, addAssociation}); final ByteArray key = new ByteArray(xid.getGlobalTransactionId()); final JCATranWrapper txWrapper; ...
java
public static JCATranWrapper getTxWrapper(Xid xid, boolean addAssociation) throws XAException { if (tc.isEntryEnabled()) Tr.entry(tc, "getTxWrapper", new Object[] { xid, addAssociation}); final ByteArray key = new ByteArray(xid.getGlobalTransactionId()); final JCATranWrapper txWrapper; ...
[ "public", "static", "JCATranWrapper", "getTxWrapper", "(", "Xid", "xid", ",", "boolean", "addAssociation", ")", "throws", "XAException", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "Tr", ".", "entry", "(", "tc", ",", "\"getTxWrapper\"", ",", ...
Given an Xid, returns the corresponding JCATranWrapper from the table of imported transactions, or null if no entry exists. @param xid @param addAssociation @return @throws XAException
[ "Given", "an", "Xid", "returns", "the", "corresponding", "JCATranWrapper", "from", "the", "table", "of", "imported", "transactions", "or", "null", "if", "no", "entry", "exists", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java#L215-L252
train
OpenLiberty/open-liberty
dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java
TxExecutionContextHandler.findTxWrapper
protected JCATranWrapper findTxWrapper(int timeout, Xid xid, String providerId) throws WorkCompletedException { if (tc.isEntryEnabled()) Tr.entry(tc, "findTxWrapper", new Object[] { timeout, xid, providerId }); final JCATranWrapper txWrapper; final ByteArray key = new ByteArray(xid.getGloba...
java
protected JCATranWrapper findTxWrapper(int timeout, Xid xid, String providerId) throws WorkCompletedException { if (tc.isEntryEnabled()) Tr.entry(tc, "findTxWrapper", new Object[] { timeout, xid, providerId }); final JCATranWrapper txWrapper; final ByteArray key = new ByteArray(xid.getGloba...
[ "protected", "JCATranWrapper", "findTxWrapper", "(", "int", "timeout", ",", "Xid", "xid", ",", "String", "providerId", ")", "throws", "WorkCompletedException", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "Tr", ".", "entry", "(", "tc", ",", ...
Retrieve a JCATranWrapper from the table. Insert it first if it wasn't already there. Returns null if association already existed or if transaction has been prepared. @param timeout @param xid @return
[ "Retrieve", "a", "JCATranWrapper", "from", "the", "table", ".", "Insert", "it", "first", "if", "it", "wasn", "t", "already", "there", ".", "Returns", "null", "if", "association", "already", "existed", "or", "if", "transaction", "has", "been", "prepared", "."...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java#L262-L338
train
OpenLiberty/open-liberty
dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java
TxExecutionContextHandler.createWrapper
protected JCATranWrapper createWrapper(int timeout, Xid xid, JCARecoveryData jcard) throws WorkCompletedException /* @512190C*/ { return new JCATranWrapperImpl(timeout, xid, jcard); // @D240298C }
java
protected JCATranWrapper createWrapper(int timeout, Xid xid, JCARecoveryData jcard) throws WorkCompletedException /* @512190C*/ { return new JCATranWrapperImpl(timeout, xid, jcard); // @D240298C }
[ "protected", "JCATranWrapper", "createWrapper", "(", "int", "timeout", ",", "Xid", "xid", ",", "JCARecoveryData", "jcard", ")", "throws", "WorkCompletedException", "/* @512190C*/", "{", "return", "new", "JCATranWrapperImpl", "(", "timeout", ",", "xid", ",", "jcard",...
Overridden in WAS
[ "Overridden", "in", "WAS" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java#L341-L344
train
OpenLiberty/open-liberty
dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java
TxExecutionContextHandler.addTxn
public static void addTxn(TransactionImpl txn) { if (tc.isEntryEnabled()) Tr.entry(tc, "addTxn", txn); final ByteArray key = new ByteArray(txn.getXid().getGlobalTransactionId()); synchronized (txnTable) { if (!txnTable.containsKey(key)) { txn...
java
public static void addTxn(TransactionImpl txn) { if (tc.isEntryEnabled()) Tr.entry(tc, "addTxn", txn); final ByteArray key = new ByteArray(txn.getXid().getGlobalTransactionId()); synchronized (txnTable) { if (!txnTable.containsKey(key)) { txn...
[ "public", "static", "void", "addTxn", "(", "TransactionImpl", "txn", ")", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "Tr", ".", "entry", "(", "tc", ",", "\"addTxn\"", ",", "txn", ")", ";", "final", "ByteArray", "key", "=", "new", "By...
To be called by recovery manager @param txn
[ "To", "be", "called", "by", "recovery", "manager" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.tx.core/src/com/ibm/tx/jta/impl/TxExecutionContextHandler.java#L350-L365
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.getKey
@SuppressWarnings("unchecked") public K getKey(int index) { if ((index < 0) || (index >= size())) { throw new IndexOutOfBoundsException(); } return (K) _array[index * 2]; }
java
@SuppressWarnings("unchecked") public K getKey(int index) { if ((index < 0) || (index >= size())) { throw new IndexOutOfBoundsException(); } return (K) _array[index * 2]; }
[ "@", "SuppressWarnings", "(", "\"unchecked\"", ")", "public", "K", "getKey", "(", "int", "index", ")", "{", "if", "(", "(", "index", "<", "0", ")", "||", "(", "index", ">=", "size", "(", ")", ")", ")", "{", "throw", "new", "IndexOutOfBoundsException", ...
Returns the key at a specific index in the map.
[ "Returns", "the", "key", "at", "a", "specific", "index", "in", "the", "map", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L108-L116
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.getValue
@SuppressWarnings("unchecked") public V getValue(int index) { if ((index < 0) || (index >= size())) { throw new IndexOutOfBoundsException(); } return (V) _array[index * 2 + 1]; }
java
@SuppressWarnings("unchecked") public V getValue(int index) { if ((index < 0) || (index >= size())) { throw new IndexOutOfBoundsException(); } return (V) _array[index * 2 + 1]; }
[ "@", "SuppressWarnings", "(", "\"unchecked\"", ")", "public", "V", "getValue", "(", "int", "index", ")", "{", "if", "(", "(", "index", "<", "0", ")", "||", "(", "index", ">=", "size", "(", ")", ")", ")", "{", "throw", "new", "IndexOutOfBoundsException"...
Returns the value at a specific index in the map.
[ "Returns", "the", "value", "at", "a", "specific", "index", "in", "the", "map", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L121-L129
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.get
static public Object get(Object[] array, Object key) { Object o = getByIdentity(array, key); if (o != null) { return o; } return getByEquality(array, key); }
java
static public Object get(Object[] array, Object key) { Object o = getByIdentity(array, key); if (o != null) { return o; } return getByEquality(array, key); }
[ "static", "public", "Object", "get", "(", "Object", "[", "]", "array", ",", "Object", "key", ")", "{", "Object", "o", "=", "getByIdentity", "(", "array", ",", "key", ")", ";", "if", "(", "o", "!=", "null", ")", "{", "return", "o", ";", "}", "retu...
Gets the object stored with the given key. Scans first by object identity, then by object equality.
[ "Gets", "the", "object", "stored", "with", "the", "given", "key", ".", "Scans", "first", "by", "object", "identity", "then", "by", "object", "equality", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L135-L144
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.getByIdentity
static public Object getByIdentity(Object[] array, Object key) { if (array != null) { int length = array.length; for (int i = 0; i < length; i += 2) { if (array[i] == key) { return array[i + 1]; }...
java
static public Object getByIdentity(Object[] array, Object key) { if (array != null) { int length = array.length; for (int i = 0; i < length; i += 2) { if (array[i] == key) { return array[i + 1]; }...
[ "static", "public", "Object", "getByIdentity", "(", "Object", "[", "]", "array", ",", "Object", "key", ")", "{", "if", "(", "array", "!=", "null", ")", "{", "int", "length", "=", "array", ".", "length", ";", "for", "(", "int", "i", "=", "0", ";", ...
Gets the object stored with the given key, using only object identity.
[ "Gets", "the", "object", "stored", "with", "the", "given", "key", "using", "only", "object", "identity", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L150-L165
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.getByEquality
static public Object getByEquality(Object[] array, Object key) { if (array != null) { int length = array.length; for (int i = 0; i < length; i += 2) { Object targetKey = array[i]; if (targetKey == null) { ...
java
static public Object getByEquality(Object[] array, Object key) { if (array != null) { int length = array.length; for (int i = 0; i < length; i += 2) { Object targetKey = array[i]; if (targetKey == null) { ...
[ "static", "public", "Object", "getByEquality", "(", "Object", "[", "]", "array", ",", "Object", "key", ")", "{", "if", "(", "array", "!=", "null", ")", "{", "int", "length", "=", "array", ".", "length", ";", "for", "(", "int", "i", "=", "0", ";", ...
Gets the object stored with the given key, using only object equality.
[ "Gets", "the", "object", "stored", "with", "the", "given", "key", "using", "only", "object", "equality", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L171-L192
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.keys
@SuppressWarnings("unchecked") public Iterator<K> keys() { int size = _size; if (size == 0) { return null; } ArrayList<K> keyList = new ArrayList<K>(); int i = (size - 1) * 2; while (i >= 0) { keyList.add((K) _array[i]); ...
java
@SuppressWarnings("unchecked") public Iterator<K> keys() { int size = _size; if (size == 0) { return null; } ArrayList<K> keyList = new ArrayList<K>(); int i = (size - 1) * 2; while (i >= 0) { keyList.add((K) _array[i]); ...
[ "@", "SuppressWarnings", "(", "\"unchecked\"", ")", "public", "Iterator", "<", "K", ">", "keys", "(", ")", "{", "int", "size", "=", "_size", ";", "if", "(", "size", "==", "0", ")", "{", "return", "null", ";", "}", "ArrayList", "<", "K", ">", "keyLi...
Returns an enumeration of the keys in this map. the Iterator methods on the returned object to fetch the elements sequentially.
[ "Returns", "an", "enumeration", "of", "the", "keys", "in", "this", "map", ".", "the", "Iterator", "methods", "on", "the", "returned", "object", "to", "fetch", "the", "elements", "sequentially", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L313-L330
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.getKeys
public static Iterator<Object> getKeys(Object[] array) { if (array == null) { return null; } ArrayList<Object> keyList = new ArrayList<Object>(); int i = array.length - 2; while (i >= 0) { keyList.add(array[i]); i = i - 2; ...
java
public static Iterator<Object> getKeys(Object[] array) { if (array == null) { return null; } ArrayList<Object> keyList = new ArrayList<Object>(); int i = array.length - 2; while (i >= 0) { keyList.add(array[i]); i = i - 2; ...
[ "public", "static", "Iterator", "<", "Object", ">", "getKeys", "(", "Object", "[", "]", "array", ")", "{", "if", "(", "array", "==", "null", ")", "{", "return", "null", ";", "}", "ArrayList", "<", "Object", ">", "keyList", "=", "new", "ArrayList", "<...
Returns an Iterator of keys in the array.
[ "Returns", "an", "Iterator", "of", "keys", "in", "the", "array", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L335-L349
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.getValues
public static Iterator<Object> getValues(Object[] array) { if (array == null) { return null; } ArrayList<Object> valueList = new ArrayList<Object>(); int i = array.length - 1; while (i >= 0) { valueList.add(array[i]); i = i ...
java
public static Iterator<Object> getValues(Object[] array) { if (array == null) { return null; } ArrayList<Object> valueList = new ArrayList<Object>(); int i = array.length - 1; while (i >= 0) { valueList.add(array[i]); i = i ...
[ "public", "static", "Iterator", "<", "Object", ">", "getValues", "(", "Object", "[", "]", "array", ")", "{", "if", "(", "array", "==", "null", ")", "{", "return", "null", ";", "}", "ArrayList", "<", "Object", ">", "valueList", "=", "new", "ArrayList", ...
Returns an Iterator of values in the array.
[ "Returns", "an", "Iterator", "of", "values", "in", "the", "array", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L354-L368
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java
_ArrayMap.clear
@Override public void clear() { int size = _size; if (size > 0) { size = size * 2; for (int i = 0; i < size; i++) { _array[i] = null; } _size = 0; } }
java
@Override public void clear() { int size = _size; if (size > 0) { size = size * 2; for (int i = 0; i < size; i++) { _array[i] = null; } _size = 0; } }
[ "@", "Override", "public", "void", "clear", "(", ")", "{", "int", "size", "=", "_size", ";", "if", "(", "size", ">", "0", ")", "{", "size", "=", "size", "*", "2", ";", "for", "(", "int", "i", "=", "0", ";", "i", "<", "size", ";", "i", "++",...
Removes all elements from the ArrayMap.
[ "Removes", "all", "elements", "from", "the", "ArrayMap", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.2/src/javax/faces/component/_ArrayMap.java#L584-L598
train
OpenLiberty/open-liberty
dev/com.ibm.ws.security.openidconnect.clients.common/src/com/ibm/ws/security/openidconnect/clients/common/AuthorizationCodeHandler.java
AuthorizationCodeHandler.sendErrorJSON
private void sendErrorJSON(HttpServletResponse response, int statusCode, String errorCode, String errorDescription) { final String error = "error"; final String error_description = "error_description"; try { if (errorCode != null) { response.setStatus(statusCode); ...
java
private void sendErrorJSON(HttpServletResponse response, int statusCode, String errorCode, String errorDescription) { final String error = "error"; final String error_description = "error_description"; try { if (errorCode != null) { response.setStatus(statusCode); ...
[ "private", "void", "sendErrorJSON", "(", "HttpServletResponse", "response", ",", "int", "statusCode", ",", "String", "errorCode", ",", "String", "errorDescription", ")", "{", "final", "String", "error", "=", "\"error\"", ";", "final", "String", "error_description", ...
refactored from Oauth SendErrorJson. Only usable for sending an http400.
[ "refactored", "from", "Oauth", "SendErrorJson", ".", "Only", "usable", "for", "sending", "an", "http400", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.security.openidconnect.clients.common/src/com/ibm/ws/security/openidconnect/clients/common/AuthorizationCodeHandler.java#L175-L207
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.first
public boolean first() throws SQLException { try { if (dsConfig.get().beginTranForResultSetScrollingAPIs) getConnectionWrapper().beginTransactionIfNecessary(); return rsetImpl.first(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.i...
java
public boolean first() throws SQLException { try { if (dsConfig.get().beginTranForResultSetScrollingAPIs) getConnectionWrapper().beginTransactionIfNecessary(); return rsetImpl.first(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.i...
[ "public", "boolean", "first", "(", ")", "throws", "SQLException", "{", "try", "{", "if", "(", "dsConfig", ".", "get", "(", ")", ".", "beginTranForResultSetScrollingAPIs", ")", "getConnectionWrapper", "(", ")", ".", "beginTransactionIfNecessary", "(", ")", ";", ...
Moves the cursor to the first row in the result set. @return true if the cursor is on a valid row; false if there are no rows in the result set @throws SQLException if a database access error occurs or the result set type is TYPE_FORWARD_ONLY
[ "Moves", "the", "cursor", "to", "the", "first", "row", "in", "the", "result", "set", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L308-L321
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getArray
public Array getArray(int arg0) throws SQLException { try { Array ra = rsetImpl.getArray(arg0); if (ra != null && freeResourcesOnClose) arrays.add(ra); return ra; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rs...
java
public Array getArray(int arg0) throws SQLException { try { Array ra = rsetImpl.getArray(arg0); if (ra != null && freeResourcesOnClose) arrays.add(ra); return ra; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rs...
[ "public", "Array", "getArray", "(", "int", "arg0", ")", "throws", "SQLException", "{", "try", "{", "Array", "ra", "=", "rsetImpl", ".", "getArray", "(", "arg0", ")", ";", "if", "(", "ra", "!=", "null", "&&", "freeResourcesOnClose", ")", "arrays", ".", ...
Gets an SQL ARRAY value from the current row of this ResultSet object. @param i - the first column is 1, the second is 2, ... @return an Array object representing the SQL ARRAY value in the specified column.
[ "Gets", "an", "SQL", "ARRAY", "value", "from", "the", "current", "row", "of", "this", "ResultSet", "object", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L330-L343
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getBlob
public Blob getBlob(int arg0) throws SQLException { try { Blob blob = rsetImpl.getBlob(arg0); if (blob != null && freeResourcesOnClose) blobs.add(blob); return blob; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws...
java
public Blob getBlob(int arg0) throws SQLException { try { Blob blob = rsetImpl.getBlob(arg0); if (blob != null && freeResourcesOnClose) blobs.add(blob); return blob; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws...
[ "public", "Blob", "getBlob", "(", "int", "arg0", ")", "throws", "SQLException", "{", "try", "{", "Blob", "blob", "=", "rsetImpl", ".", "getBlob", "(", "arg0", ")", ";", "if", "(", "blob", "!=", "null", "&&", "freeResourcesOnClose", ")", "blobs", ".", "...
Gets a BLOB value in the current row of this ResultSet object. @param i - the first column is 1, the second is 2, ... @return a Blob object representing the SQL BLOB value in the specified column.
[ "Gets", "a", "BLOB", "value", "in", "the", "current", "row", "of", "this", "ResultSet", "object", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L518-L531
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getCharacterStream
public Reader getCharacterStream(int arg0) throws SQLException { try { Reader reader = rsetImpl.getCharacterStream(arg0); if (reader != null && freeResourcesOnClose) resources.add(reader); return reader; } catch (SQLException ex) { FFDCF...
java
public Reader getCharacterStream(int arg0) throws SQLException { try { Reader reader = rsetImpl.getCharacterStream(arg0); if (reader != null && freeResourcesOnClose) resources.add(reader); return reader; } catch (SQLException ex) { FFDCF...
[ "public", "Reader", "getCharacterStream", "(", "int", "arg0", ")", "throws", "SQLException", "{", "try", "{", "Reader", "reader", "=", "rsetImpl", ".", "getCharacterStream", "(", "arg0", ")", ";", "if", "(", "reader", "!=", "null", "&&", "freeResourcesOnClose"...
Gets the value of a column in the current row as a java.io.Reader. @param columnIndex - the first column is 1, the second is 2, ...
[ "Gets", "the", "value", "of", "a", "column", "in", "the", "current", "row", "as", "a", "java", ".", "io", ".", "Reader", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L682-L695
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getClob
public Clob getClob(int arg0) throws SQLException { try { Clob clob = rsetImpl.getClob(arg0); if (clob != null && freeResourcesOnClose) clobs.add(clob); return clob; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws...
java
public Clob getClob(int arg0) throws SQLException { try { Clob clob = rsetImpl.getClob(arg0); if (clob != null && freeResourcesOnClose) clobs.add(clob); return clob; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws...
[ "public", "Clob", "getClob", "(", "int", "arg0", ")", "throws", "SQLException", "{", "try", "{", "Clob", "clob", "=", "rsetImpl", ".", "getClob", "(", "arg0", ")", ";", "if", "(", "clob", "!=", "null", "&&", "freeResourcesOnClose", ")", "clobs", ".", "...
Gets a CLOB value in the current row of this ResultSet object. @param i - the first column is 1, the second is 2, ... @return a Clob object representing the SQL CLOB value in the specified column.
[ "Gets", "a", "CLOB", "value", "in", "the", "current", "row", "of", "this", "ResultSet", "object", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L726-L739
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getCursorName
public String getCursorName() throws SQLException { try { return rsetImpl.getCursorName(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.getCursorName", "1129", this); throw WSJdbcUtil.mapException(this, ex); ...
java
public String getCursorName() throws SQLException { try { return rsetImpl.getCursorName(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.getCursorName", "1129", this); throw WSJdbcUtil.mapException(this, ex); ...
[ "public", "String", "getCursorName", "(", ")", "throws", "SQLException", "{", "try", "{", "return", "rsetImpl", ".", "getCursorName", "(", ")", ";", "}", "catch", "(", "SQLException", "ex", ")", "{", "FFDCFilter", ".", "processException", "(", "ex", ",", "...
Gets the name of the SQL cursor used by this ResultSet. In SQL, a result table is retrieved through a cursor that is named. The current row of a result can be updated or deleted using a positioned update/delete statement that references the cursor name. To insure that the cursor has the proper isolation level to suppo...
[ "Gets", "the", "name", "of", "the", "SQL", "cursor", "used", "by", "this", "ResultSet", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L810-L820
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getFetchDirection
public int getFetchDirection() throws SQLException { try { return rsetImpl.getFetchDirection(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.getFetchDirection", "1336", this); throw WSJdbcUtil.mapException(this...
java
public int getFetchDirection() throws SQLException { try { return rsetImpl.getFetchDirection(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.getFetchDirection", "1336", this); throw WSJdbcUtil.mapException(this...
[ "public", "int", "getFetchDirection", "(", ")", "throws", "SQLException", "{", "try", "{", "return", "rsetImpl", ".", "getFetchDirection", "(", ")", ";", "}", "catch", "(", "SQLException", "ex", ")", "{", "FFDCFilter", ".", "processException", "(", "ex", ","...
Returns the fetch direction for this result set. @return the current fetch direction for this result set @throws SQLException if a database access error occurs.
[ "Returns", "the", "fetch", "direction", "for", "this", "result", "set", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L955-L965
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getMetaData
public ResultSetMetaData getMetaData() throws SQLException { if (tc.isEntryEnabled()) Tr.entry(this, tc, "getMetaData"); // First, check if a ResultSetMetaData wrapper for this ResultSet already exists. ResultSetMetaData rsetMData = null; try // get a meta data { ...
java
public ResultSetMetaData getMetaData() throws SQLException { if (tc.isEntryEnabled()) Tr.entry(this, tc, "getMetaData"); // First, check if a ResultSetMetaData wrapper for this ResultSet already exists. ResultSetMetaData rsetMData = null; try // get a meta data { ...
[ "public", "ResultSetMetaData", "getMetaData", "(", ")", "throws", "SQLException", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "Tr", ".", "entry", "(", "this", ",", "tc", ",", "\"getMetaData\"", ")", ";", "// First, check if a ResultSetMetaData wr...
Retrieves the number, types and properties of a ResultSet's columns. @return the description of a ResultSet's columns @throws SQLException if a database access error occurs.
[ "Retrieves", "the", "number", "types", "and", "properties", "of", "a", "ResultSet", "s", "columns", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L1154-L1180
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getObject
public Object getObject(String arg0) throws SQLException { try { Object result = rsetImpl.getObject(arg0); addFreedResources(result); return result; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.ge...
java
public Object getObject(String arg0) throws SQLException { try { Object result = rsetImpl.getObject(arg0); addFreedResources(result); return result; } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.ge...
[ "public", "Object", "getObject", "(", "String", "arg0", ")", "throws", "SQLException", "{", "try", "{", "Object", "result", "=", "rsetImpl", ".", "getObject", "(", "arg0", ")", ";", "addFreedResources", "(", "result", ")", ";", "return", "result", ";", "}"...
Gets the value of a column in the current row as a Java object. This method will return the value of the given column as a Java object. The type of the Java object will be the default Java object type corresponding to the column's SQL type, following the mapping for built-in types specified in the JDBC spec. This met...
[ "Gets", "the", "value", "of", "a", "column", "in", "the", "current", "row", "as", "a", "Java", "object", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L1460-L1474
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getStatement
public Statement getStatement() throws SQLException { // The parent of a ResultSet may be a Statement or a MetaData. // For ResultSets created by MetaDatas, the getStatement method should return null, // unless the result set is closed. if (state == State.CLOSED || parentWrapper == null...
java
public Statement getStatement() throws SQLException { // The parent of a ResultSet may be a Statement or a MetaData. // For ResultSets created by MetaDatas, the getStatement method should return null, // unless the result set is closed. if (state == State.CLOSED || parentWrapper == null...
[ "public", "Statement", "getStatement", "(", ")", "throws", "SQLException", "{", "// The parent of a ResultSet may be a Statement or a MetaData.", "// For ResultSets created by MetaDatas, the getStatement method should return null,", "// unless the result set is closed.", "if", "(", "state"...
Returns the Statement that produced this ResultSet object. If the result set was generated some other way, such as by a DatabaseMetaData method, this method returns null. @return the Statment that produced the result set or null if the result set was produced some other way @throws SQLException if a database access er...
[ "Returns", "the", "Statement", "that", "produced", "this", "ResultSet", "object", ".", "If", "the", "result", "set", "was", "generated", "some", "other", "way", "such", "as", "by", "a", "DatabaseMetaData", "method", "this", "method", "returns", "null", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L1741-L1753
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.getWarnings
public SQLWarning getWarnings() throws SQLException { try { return rsetImpl.getWarnings(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.getWarnings", "2345", this); throw WSJdbcUtil.mapException(this, ex); ...
java
public SQLWarning getWarnings() throws SQLException { try { return rsetImpl.getWarnings(); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.getWarnings", "2345", this); throw WSJdbcUtil.mapException(this, ex); ...
[ "public", "SQLWarning", "getWarnings", "(", ")", "throws", "SQLException", "{", "try", "{", "return", "rsetImpl", ".", "getWarnings", "(", ")", ";", "}", "catch", "(", "SQLException", "ex", ")", "{", "FFDCFilter", ".", "processException", "(", "ex", ",", "...
The first warning reported by calls on this ResultSet is returned. Subsequent ResultSet warnings will be chained to this SQLWarning. The warning chain is automatically cleared each time a new row is read. Note: This warning chain only covers warnings caused by ResultSet methods. Any warning caused by statement method...
[ "The", "first", "warning", "reported", "by", "calls", "on", "this", "ResultSet", "is", "returned", ".", "Subsequent", "ResultSet", "warnings", "will", "be", "chained", "to", "this", "SQLWarning", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L2039-L2049
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.setFetchDirection
public void setFetchDirection(int direction) throws SQLException { if (tc.isDebugEnabled()) Tr.debug(this, tc, "setFetchDirection", AdapterUtil.getFetchDirectionString(direction)); try { rsetImpl.setFetchDirection(direction); } catch (SQLException ex) { FFDCF...
java
public void setFetchDirection(int direction) throws SQLException { if (tc.isDebugEnabled()) Tr.debug(this, tc, "setFetchDirection", AdapterUtil.getFetchDirectionString(direction)); try { rsetImpl.setFetchDirection(direction); } catch (SQLException ex) { FFDCF...
[ "public", "void", "setFetchDirection", "(", "int", "direction", ")", "throws", "SQLException", "{", "if", "(", "tc", ".", "isDebugEnabled", "(", ")", ")", "Tr", ".", "debug", "(", "this", ",", "tc", ",", "\"setFetchDirection\"", ",", "AdapterUtil", ".", "g...
Gives a hint as to the direction in which the rows in this result set will be processed. The initial value is determined by the statement that produced the result set. The fetch direction may be changed at any time. @param direction fetch direction @throws SQLException if a database access error occurs or the result s...
[ "Gives", "a", "hint", "as", "to", "the", "direction", "in", "which", "the", "rows", "in", "this", "result", "set", "will", "be", "processed", ".", "The", "initial", "value", "is", "determined", "by", "the", "statement", "that", "produced", "the", "result",...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L2434-L2447
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.setFetchSize
public void setFetchSize(int rows) throws SQLException { if (tc.isDebugEnabled()) Tr.debug(this, tc, "setFetchSize", rows); try { rsetImpl.setFetchSize(rows); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultS...
java
public void setFetchSize(int rows) throws SQLException { if (tc.isDebugEnabled()) Tr.debug(this, tc, "setFetchSize", rows); try { rsetImpl.setFetchSize(rows); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultS...
[ "public", "void", "setFetchSize", "(", "int", "rows", ")", "throws", "SQLException", "{", "if", "(", "tc", ".", "isDebugEnabled", "(", ")", ")", "Tr", ".", "debug", "(", "this", ",", "tc", ",", "\"setFetchSize\"", ",", "rows", ")", ";", "try", "{", "...
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set. If the fetch size specified is zero, the JDBC driver ignores the value and is free to make its own best guess as to what the fetch size should be. The default value is set by the...
[ "Gives", "the", "JDBC", "driver", "a", "hint", "as", "to", "the", "number", "of", "rows", "that", "should", "be", "fetched", "from", "the", "database", "when", "more", "rows", "are", "needed", "for", "this", "result", "set", ".", "If", "the", "fetch", ...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L2459-L2472
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.updateBinaryStream
public void updateBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException { try { rsetImpl.updateBinaryStream(arg0, arg1, arg2); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.updateBinaryStream", "3075", t...
java
public void updateBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException { try { rsetImpl.updateBinaryStream(arg0, arg1, arg2); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.updateBinaryStream", "3075", t...
[ "public", "void", "updateBinaryStream", "(", "String", "arg0", ",", "InputStream", "arg1", ",", "int", "arg2", ")", "throws", "SQLException", "{", "try", "{", "rsetImpl", ".", "updateBinaryStream", "(", "arg0", ",", "arg1", ",", "arg2", ")", ";", "}", "cat...
Updates a column with a binary stream value. The updateXXX methods are used to update column values in the current row, or the insert row. The updateXXX methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database. @param columnName - the name of the colum...
[ "Updates", "a", "column", "with", "a", "binary", "stream", "value", ".", "The", "updateXXX", "methods", "are", "used", "to", "update", "column", "values", "in", "the", "current", "row", "or", "the", "insert", "row", ".", "The", "updateXXX", "methods", "do"...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L2824-L2834
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.updateCharacterStream
public void updateCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException { try { rsetImpl.updateCharacterStream(arg0, arg1, arg2); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.updateCharacterStream", "3317...
java
public void updateCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException { try { rsetImpl.updateCharacterStream(arg0, arg1, arg2); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.updateCharacterStream", "3317...
[ "public", "void", "updateCharacterStream", "(", "String", "arg0", ",", "Reader", "arg1", ",", "int", "arg2", ")", "throws", "SQLException", "{", "try", "{", "rsetImpl", ".", "updateCharacterStream", "(", "arg0", ",", "arg1", ",", "arg2", ")", ";", "}", "ca...
Updates a column with a character stream value. The updateXXX methods are used to update column values in the current row, or the insert row. The updateXXX methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database. @param columnName - the name of the co...
[ "Updates", "a", "column", "with", "a", "character", "stream", "value", ".", "The", "updateXXX", "methods", "are", "used", "to", "update", "column", "values", "in", "the", "current", "row", "or", "the", "insert", "row", ".", "The", "updateXXX", "methods", "...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L3258-L3268
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java
WSJdbcResultSet.updateObject
public void updateObject(int arg0, Object arg1, int arg2) throws SQLException { try { rsetImpl.updateObject(arg0, arg1, arg2); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.updateObject", "3737", this); throw WS...
java
public void updateObject(int arg0, Object arg1, int arg2) throws SQLException { try { rsetImpl.updateObject(arg0, arg1, arg2); } catch (SQLException ex) { FFDCFilter.processException(ex, "com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.updateObject", "3737", this); throw WS...
[ "public", "void", "updateObject", "(", "int", "arg0", ",", "Object", "arg1", ",", "int", "arg2", ")", "throws", "SQLException", "{", "try", "{", "rsetImpl", ".", "updateObject", "(", "arg0", ",", "arg1", ",", "arg2", ")", ";", "}", "catch", "(", "SQLEx...
Updates a column with an Object value. The updateXXX methods are used to update column values in the current row, or the insert row. The updateXXX methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database. @param columnIndex - the first column is 1, the...
[ "Updates", "a", "column", "with", "an", "Object", "value", ".", "The", "updateXXX", "methods", "are", "used", "to", "update", "column", "values", "in", "the", "current", "row", "or", "the", "insert", "row", ".", "The", "updateXXX", "methods", "do", "not", ...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jdbc/src/com/ibm/ws/rsadapter/jdbc/WSJdbcResultSet.java#L4113-L4123
train
OpenLiberty/open-liberty
dev/com.ibm.jbatch.container/src/com/ibm/jbatch/container/services/impl/TranSynchronization.java
TranSynchronization.afterCompletion
@Override public void afterCompletion(int status) { logger.log(Level.FINE, "The status of the transaction commit is: " + status); if (status == Status.STATUS_COMMITTED){ //Save the metrics object after a successful commit runtimeStepExecution.setCommittedMetrics(); }...
java
@Override public void afterCompletion(int status) { logger.log(Level.FINE, "The status of the transaction commit is: " + status); if (status == Status.STATUS_COMMITTED){ //Save the metrics object after a successful commit runtimeStepExecution.setCommittedMetrics(); }...
[ "@", "Override", "public", "void", "afterCompletion", "(", "int", "status", ")", "{", "logger", ".", "log", "(", "Level", ".", "FINE", ",", "\"The status of the transaction commit is: \"", "+", "status", ")", ";", "if", "(", "status", "==", "Status", ".", "S...
Upon successful transaction commit status, store the value of the committed metrics. Upon any other status value roll back the metrics to the last committed value. @see javax.transaction.Synchronization#afterCompletion(int)
[ "Upon", "successful", "transaction", "commit", "status", "store", "the", "value", "of", "the", "committed", "metrics", ".", "Upon", "any", "other", "status", "value", "roll", "back", "the", "metrics", "to", "the", "last", "committed", "value", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.jbatch.container/src/com/ibm/jbatch/container/services/impl/TranSynchronization.java#L43-L56
train
OpenLiberty/open-liberty
dev/com.ibm.ws.ejbcontainer.core/src/com/ibm/ejs/container/interceptors/InterceptorProxy.java
InterceptorProxy.invokeInterceptor
public final Object invokeInterceptor(Object bean, InvocationContext inv, Object[] interceptors) throws Exception { // Interceptor instance is the bean instance itself if the // interceptor index is < 0. Object interceptorInstance = (ivBeanInterceptor) ? bean : interceptors[ivInterceptorIndex]; ...
java
public final Object invokeInterceptor(Object bean, InvocationContext inv, Object[] interceptors) throws Exception { // Interceptor instance is the bean instance itself if the // interceptor index is < 0. Object interceptorInstance = (ivBeanInterceptor) ? bean : interceptors[ivInterceptorIndex]; ...
[ "public", "final", "Object", "invokeInterceptor", "(", "Object", "bean", ",", "InvocationContext", "inv", ",", "Object", "[", "]", "interceptors", ")", "throws", "Exception", "{", "// Interceptor instance is the bean instance itself if the", "// interceptor index is < 0.", ...
Invoke the interceptor method associated with the interceptor index that was passed as the "interceptorIndex" parameter of the constructor method of this class. @param bean is the EJB instance that is the target of this invocation. @param inv is the InvocationContext to pass as an argument to the interceptor method i...
[ "Invoke", "the", "interceptor", "method", "associated", "with", "the", "interceptor", "index", "that", "was", "passed", "as", "the", "interceptorIndex", "parameter", "of", "the", "constructor", "method", "of", "this", "class", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.ejbcontainer.core/src/com/ibm/ejs/container/interceptors/InterceptorProxy.java#L173-L202
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jpa.container.core/src/com/ibm/ws/jpa/hibernate/LibertyJtaPlatform.java
LibertyJtaPlatform.invoke
@Override public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { String methodName = method.getName(); if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) Tr.entry(this, tc, methodName, args); Object r = null; try { if...
java
@Override public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { String methodName = method.getName(); if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) Tr.entry(this, tc, methodName, args); Object r = null; try { if...
[ "@", "Override", "public", "Object", "invoke", "(", "Object", "proxy", ",", "Method", "method", ",", "Object", "[", "]", "args", ")", "throws", "Throwable", "{", "String", "methodName", "=", "method", ".", "getName", "(", ")", ";", "if", "(", "TraceCompo...
Invokes our implementation for methods of org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
[ "Invokes", "our", "implementation", "for", "methods", "of", "org", ".", "hibernate", ".", "engine", ".", "transaction", ".", "jta", ".", "platform", ".", "spi", ".", "JtaPlatform" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jpa.container.core/src/com/ibm/ws/jpa/hibernate/LibertyJtaPlatform.java#L51-L88
train
OpenLiberty/open-liberty
dev/com.ibm.ws.app.manager.war/src/com/ibm/ws/app/manager/ear/internal/EARDeployedAppInfo.java
EARDeployedAppInfo.getMFMainClass
protected String getMFMainClass(Container appEntryContainer, String entryPath, boolean required) { String mfMainClass = null; try { String entry = "/META-INF/MANIFEST.MF"; Entry manifestEntry = appEntryContainer.getEntry(entry); if (manifestEntry != null) { ...
java
protected String getMFMainClass(Container appEntryContainer, String entryPath, boolean required) { String mfMainClass = null; try { String entry = "/META-INF/MANIFEST.MF"; Entry manifestEntry = appEntryContainer.getEntry(entry); if (manifestEntry != null) { ...
[ "protected", "String", "getMFMainClass", "(", "Container", "appEntryContainer", ",", "String", "entryPath", ",", "boolean", "required", ")", "{", "String", "mfMainClass", "=", "null", ";", "try", "{", "String", "entry", "=", "\"/META-INF/MANIFEST.MF\"", ";", "Entr...
Return the Main-Class from the MANIFEST.MF. @param appEntryContainer The root container. @param entryPath The path of the mainfest file. @param required true if current module is known to be a client module, and false otherwise @return The main class or null depending on the boolean value 'required'.
[ "Return", "the", "Main", "-", "Class", "from", "the", "MANIFEST", ".", "MF", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.app.manager.war/src/com/ibm/ws/app/manager/ear/internal/EARDeployedAppInfo.java#L693-L730
train
OpenLiberty/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdGroupBase.java
SpdGroupBase.insert
protected int insert(SpdData elt) { if (members.isEmpty()) { members.add(elt); return 0; } int first = 0; SpdData firstElt = (SpdData) members.get(first); int last = members.size() - 1; SpdData lastElt = (SpdData) members.get(last); if (e...
java
protected int insert(SpdData elt) { if (members.isEmpty()) { members.add(elt); return 0; } int first = 0; SpdData firstElt = (SpdData) members.get(first); int last = members.size() - 1; SpdData lastElt = (SpdData) members.get(last); if (e...
[ "protected", "int", "insert", "(", "SpdData", "elt", ")", "{", "if", "(", "members", ".", "isEmpty", "(", ")", ")", "{", "members", ".", "add", "(", "elt", ")", ";", "return", "0", ";", "}", "int", "first", "=", "0", ";", "SpdData", "firstElt", "...
Insert the element into the members vector in sorted lexicographical order
[ "Insert", "the", "element", "into", "the", "members", "vector", "in", "sorted", "lexicographical", "order" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdGroupBase.java#L35-L72
train
OpenLiberty/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdGroupBase.java
SpdGroupBase.addSorted
public synchronized boolean addSorted(SpdData data) { if (data == null) { return false; } else if (members.contains(data)) { return false; } else { return (insert(data) != -1); } }
java
public synchronized boolean addSorted(SpdData data) { if (data == null) { return false; } else if (members.contains(data)) { return false; } else { return (insert(data) != -1); } }
[ "public", "synchronized", "boolean", "addSorted", "(", "SpdData", "data", ")", "{", "if", "(", "data", "==", "null", ")", "{", "return", "false", ";", "}", "else", "if", "(", "members", ".", "contains", "(", "data", ")", ")", "{", "return", "false", ...
add a data in a sorted order
[ "add", "a", "data", "in", "a", "sorted", "order" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdGroupBase.java#L77-L85
train
OpenLiberty/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdGroupBase.java
SpdGroupBase.add
public synchronized boolean add(SpdData data) { if (data == null) { return false; } else if (members.contains(data)) { return false; } else { return members.add(data); } }
java
public synchronized boolean add(SpdData data) { if (data == null) { return false; } else if (members.contains(data)) { return false; } else { return members.add(data); } }
[ "public", "synchronized", "boolean", "add", "(", "SpdData", "data", ")", "{", "if", "(", "data", "==", "null", ")", "{", "return", "false", ";", "}", "else", "if", "(", "members", ".", "contains", "(", "data", ")", ")", "{", "return", "false", ";", ...
append a data to the members list - not sorted
[ "append", "a", "data", "to", "the", "members", "list", "-", "not", "sorted" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdGroupBase.java#L90-L98
train
OpenLiberty/open-liberty
dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java
ClasspathAction.collectFeatureInfos
private void collectFeatureInfos(Map<String, ProductInfo> productInfos, Map<String, FeatureInfo> featuresBySymbolicName) { ManifestFileProcessor manifestFileProcessor = new ManifestFileProcessor(); for (Map.Entry<String, Map<String, ProvisioningFeatureDefinition>> pr...
java
private void collectFeatureInfos(Map<String, ProductInfo> productInfos, Map<String, FeatureInfo> featuresBySymbolicName) { ManifestFileProcessor manifestFileProcessor = new ManifestFileProcessor(); for (Map.Entry<String, Map<String, ProvisioningFeatureDefinition>> pr...
[ "private", "void", "collectFeatureInfos", "(", "Map", "<", "String", ",", "ProductInfo", ">", "productInfos", ",", "Map", "<", "String", ",", "FeatureInfo", ">", "featuresBySymbolicName", ")", "{", "ManifestFileProcessor", "manifestFileProcessor", "=", "new", "Manif...
Collect information about all installed products and their features. @param productInfos result parameter of product name (prefix) to info @param featuresBySymbolicName result parameter of symbolic name to info
[ "Collect", "information", "about", "all", "installed", "products", "and", "their", "features", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java#L163-L195
train
OpenLiberty/open-liberty
dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java
ClasspathAction.getFeatureInfo
private FeatureInfo getFeatureInfo(String name, Map<String, ProductInfo> productInfos, Map<String, FeatureInfo> featuresBySymbolicName) { String productName, featureName; int index = name.indexOf(':'); if (index == -1)...
java
private FeatureInfo getFeatureInfo(String name, Map<String, ProductInfo> productInfos, Map<String, FeatureInfo> featuresBySymbolicName) { String productName, featureName; int index = name.indexOf(':'); if (index == -1)...
[ "private", "FeatureInfo", "getFeatureInfo", "(", "String", "name", ",", "Map", "<", "String", ",", "ProductInfo", ">", "productInfos", ",", "Map", "<", "String", ",", "FeatureInfo", ">", "featuresBySymbolicName", ")", "{", "String", "productName", ",", "featureN...
Gets a feature by its name using the server.xml featureManager algorithm. @param name the user-specified feature name @param productInfos product name (prefix) to info @param featuresBySymbolicName symbolic name to info @return
[ "Gets", "a", "feature", "by", "its", "name", "using", "the", "server", ".", "xml", "featureManager", "algorithm", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java#L205-L225
train
OpenLiberty/open-liberty
dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java
ClasspathAction.collectAPIJars
private void collectAPIJars(FeatureInfo featureInfo, Map<String, FeatureInfo> allowedFeatures, Set<File> apiJars) { for (SubsystemContentType contentType : JAR_CONTENT_TYPES) { for (FeatureResource resource : featureInfo.feature.getCons...
java
private void collectAPIJars(FeatureInfo featureInfo, Map<String, FeatureInfo> allowedFeatures, Set<File> apiJars) { for (SubsystemContentType contentType : JAR_CONTENT_TYPES) { for (FeatureResource resource : featureInfo.feature.getCons...
[ "private", "void", "collectAPIJars", "(", "FeatureInfo", "featureInfo", ",", "Map", "<", "String", ",", "FeatureInfo", ">", "allowedFeatures", ",", "Set", "<", "File", ">", "apiJars", ")", "{", "for", "(", "SubsystemContentType", "contentType", ":", "JAR_CONTENT...
Collect API JARs from a feature and its recursive dependencies. @param featureInfo the feature to process @param visitedFeaturesBySymbolicName result set of visited features @param apiJars result set of API JAR files @param featuresBySymbolicName symbolic name to info
[ "Collect", "API", "JARs", "from", "a", "feature", "and", "its", "recursive", "dependencies", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java#L240-L262
train
OpenLiberty/open-liberty
dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java
ClasspathAction.createClasspathJar
private void createClasspathJar(File outputFile, String classpath) throws IOException { FileOutputStream out = new FileOutputStream(outputFile); try { Manifest manifest = new Manifest(); Attributes attrs = manifest.getMainAttributes(); attrs.put(Attributes.Name.MANIFE...
java
private void createClasspathJar(File outputFile, String classpath) throws IOException { FileOutputStream out = new FileOutputStream(outputFile); try { Manifest manifest = new Manifest(); Attributes attrs = manifest.getMainAttributes(); attrs.put(Attributes.Name.MANIFE...
[ "private", "void", "createClasspathJar", "(", "File", "outputFile", ",", "String", "classpath", ")", "throws", "IOException", "{", "FileOutputStream", "out", "=", "new", "FileOutputStream", "(", "outputFile", ")", ";", "try", "{", "Manifest", "manifest", "=", "n...
Writes a JAR with a MANIFEST.MF containing the Class-Path string. @param outputFile the output file to create @param classpath the Class-Path string @throws IOException if an error occurs creating the file
[ "Writes", "a", "JAR", "with", "a", "MANIFEST", ".", "MF", "containing", "the", "Class", "-", "Path", "string", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.kernel.feature.cmdline/src/com/ibm/ws/kernel/feature/internal/cmdline/ClasspathAction.java#L322-L333
train
OpenLiberty/open-liberty
dev/com.ibm.ws.channelfw/src/com/ibm/ws/channelfw/internal/chains/InboundChain.java
InboundChain.setupDiscProcess
public void setupDiscProcess() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "setupDiscProcess"); } ChannelData list[] = chainData.getChannelList(); Class<?> discriminatoryType = null; DiscriminationProcessImpl dp = null; if...
java
public void setupDiscProcess() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "setupDiscProcess"); } ChannelData list[] = chainData.getChannelList(); Class<?> discriminatoryType = null; DiscriminationProcessImpl dp = null; if...
[ "public", "void", "setupDiscProcess", "(", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "{", "Tr", ".", "entry", "(", "tc", ",", "\"setupDiscProcess\"", ")", ";", "}", "Cha...
This method is called from the channel framework right before the start method is called. In between, it starts up the channels in the chain.
[ "This", "method", "is", "called", "from", "the", "channel", "framework", "right", "before", "the", "start", "method", "is", "called", ".", "In", "between", "it", "starts", "up", "the", "channels", "in", "the", "chain", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.channelfw/src/com/ibm/ws/channelfw/internal/chains/InboundChain.java#L157-L201
train
OpenLiberty/open-liberty
dev/com.ibm.ws.channelfw/src/com/ibm/ws/channelfw/internal/chains/InboundChain.java
InboundChain.startDiscProcessBetweenChannels
public void startDiscProcessBetweenChannels(InboundChannel appChannel, InboundChannel devChannel, int discWeight) throws ChainException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "startDiscProcessBetweenChannels")...
java
public void startDiscProcessBetweenChannels(InboundChannel appChannel, InboundChannel devChannel, int discWeight) throws ChainException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "startDiscProcessBetweenChannels")...
[ "public", "void", "startDiscProcessBetweenChannels", "(", "InboundChannel", "appChannel", ",", "InboundChannel", "devChannel", ",", "int", "discWeight", ")", "throws", "ChainException", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc"...
This method is called from ChannelFrameworkImpl during chain startup to start up the discrimination process between each set of adjacent channels in the chain. @param appChannel the channel on the application side of the two provided @param devChannel the channel on the device side of the two provided @param discWeigh...
[ "This", "method", "is", "called", "from", "ChannelFrameworkImpl", "during", "chain", "startup", "to", "start", "up", "the", "discrimination", "process", "between", "each", "set", "of", "adjacent", "channels", "in", "the", "chain", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.channelfw/src/com/ibm/ws/channelfw/internal/chains/InboundChain.java#L212-L280
train
OpenLiberty/open-liberty
dev/com.ibm.ws.channelfw/src/com/ibm/ws/channelfw/internal/chains/InboundChain.java
InboundChain.disableChannel
public void disableChannel(Channel inputChannel) throws InvalidChannelNameException, DiscriminationProcessException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "disableChannel: " + inputChannel.getName()); } synchronized (stat...
java
public void disableChannel(Channel inputChannel) throws InvalidChannelNameException, DiscriminationProcessException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "disableChannel: " + inputChannel.getName()); } synchronized (stat...
[ "public", "void", "disableChannel", "(", "Channel", "inputChannel", ")", "throws", "InvalidChannelNameException", ",", "DiscriminationProcessException", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")"...
Disable the input channel. @param inputChannel @throws InvalidChannelNameException @throws DiscriminationProcessException
[ "Disable", "the", "input", "channel", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.channelfw/src/com/ibm/ws/channelfw/internal/chains/InboundChain.java#L289-L344
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.writeSilence
@Override public void writeSilence(MessageItem m) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(this, tc, "writeSilence", new Object[] { m }); JsMessage jsMsg = m.getMessage(); // There may be Completed ticks after the Value, if so then ...
java
@Override public void writeSilence(MessageItem m) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(this, tc, "writeSilence", new Object[] { m }); JsMessage jsMsg = m.getMessage(); // There may be Completed ticks after the Value, if so then ...
[ "@", "Override", "public", "void", "writeSilence", "(", "MessageItem", "m", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "this", ",", "tc", ",",...
This method uses a Value message to write Silence into the stream because a message has been filtered out @param m The value message @exception Thrown from writeRange, handleNewGap and checkForWindowAdvanceGaps
[ "This", "method", "uses", "a", "Value", "message", "to", "write", "Silence", "into", "the", "stream", "because", "a", "message", "has", "been", "filtered", "out" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L714-L772
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.handleNewGap
private void handleNewGap(long startstamp, long endstamp) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry( tc, "handleNewGap", new Object[] { Long.valueOf(startstamp), Long.valueOf(endstamp) })...
java
private void handleNewGap(long startstamp, long endstamp) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry( tc, "handleNewGap", new Object[] { Long.valueOf(startstamp), Long.valueOf(endstamp) })...
[ "private", "void", "handleNewGap", "(", "long", "startstamp", ",", "long", "endstamp", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ",", "...
all methods calling this are already synchronized @exception GDException thrown from the writeRange method
[ "all", "methods", "calling", "this", "are", "already", "synchronized" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L1285-L1309
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.addAlarm
protected static void addAlarm(Object key, Object alarmObject) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "addAlarm", new Object[] { key, alarmObject }); synchronized (pendingAlarms) { Set alarms = null; if (pending...
java
protected static void addAlarm(Object key, Object alarmObject) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "addAlarm", new Object[] { key, alarmObject }); synchronized (pendingAlarms) { Set alarms = null; if (pending...
[ "protected", "static", "void", "addAlarm", "(", "Object", "key", ",", "Object", "alarmObject", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ...
Utility method for adding an alarm which needs to be expired if a flush occurs. @param key The key for the set of alarms to which this alarm should be added. Normally this is a stream instance. @param alarmObject The alarm object to add to the set.
[ "Utility", "method", "for", "adding", "an", "alarm", "which", "needs", "to", "be", "expired", "if", "a", "flush", "occurs", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L1811-L1831
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.removeAlarm
protected static void removeAlarm(Object key, Object alarmObject) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "removeAlarm", new Object[] { key, alarmObject }); synchronized (pendingAlarms) { if (pendingAlarms.containsKey(key)) ...
java
protected static void removeAlarm(Object key, Object alarmObject) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "removeAlarm", new Object[] { key, alarmObject }); synchronized (pendingAlarms) { if (pendingAlarms.containsKey(key)) ...
[ "protected", "static", "void", "removeAlarm", "(", "Object", "key", ",", "Object", "alarmObject", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc...
Utility method for removing an alarm from the alarm set. Has no effect if either no alarms are associated with the given key, or the given alarm object does not exist. @param key The key for the set of alarms from which an alarm will be removed. Normally this is a stream instance. @param alarmObject The alarm object t...
[ "Utility", "method", "for", "removing", "an", "alarm", "from", "the", "alarm", "set", ".", "Has", "no", "effect", "if", "either", "no", "alarms", "are", "associated", "with", "the", "given", "key", "or", "the", "given", "alarm", "object", "does", "not", ...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L1842-L1855
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.getAlarms
protected static Iterator getAlarms(Object key) { synchronized (pendingAlarms) { if (pendingAlarms.containsKey(key)) return ((Set) pendingAlarms.get(key)).iterator(); return new GTSIterator(); } }
java
protected static Iterator getAlarms(Object key) { synchronized (pendingAlarms) { if (pendingAlarms.containsKey(key)) return ((Set) pendingAlarms.get(key)).iterator(); return new GTSIterator(); } }
[ "protected", "static", "Iterator", "getAlarms", "(", "Object", "key", ")", "{", "synchronized", "(", "pendingAlarms", ")", "{", "if", "(", "pendingAlarms", ".", "containsKey", "(", "key", ")", ")", "return", "(", "(", "Set", ")", "pendingAlarms", ".", "get...
Utility method for getting the list of all alarms associated with a particular key. Returns an empty Iterator if the given key has no alarms. @param key The key for the set of alarms to return. @return An enumeration of all alarms associated with the given key (may be empty).
[ "Utility", "method", "for", "getting", "the", "list", "of", "all", "alarms", "associated", "with", "a", "particular", "key", ".", "Returns", "an", "empty", "Iterator", "if", "the", "given", "key", "has", "no", "alarms", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L1866-L1875
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.isStreamBlocked
private boolean isStreamBlocked() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { SibTr.entry(this, tc, "isStreamBlocked"); SibTr.exit(tc, "isStreamBlocked", new Object[] { Boolean.valueOf(isStreamBlocked), ...
java
private boolean isStreamBlocked() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { SibTr.entry(this, tc, "isStreamBlocked"); SibTr.exit(tc, "isStreamBlocked", new Object[] { Boolean.valueOf(isStreamBlocked), ...
[ "private", "boolean", "isStreamBlocked", "(", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "{", "SibTr", ".", "entry", "(", "this", ",", "tc", ",", "\"isStreamBlocked\"", ")"...
Is the stream marked as blocked. @return true if the stream is blocked.
[ "Is", "the", "stream", "marked", "as", "blocked", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L2229-L2239
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.isStreamBlockedUnexpectedly
private boolean isStreamBlockedUnexpectedly() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { SibTr.entry(this, tc, "isStreamBlockedUnexpectedly"); SibTr.exit(tc, "isStreamBlockedUnexpectedly", Boolean.valueOf(unexpectedBlock)); } return u...
java
private boolean isStreamBlockedUnexpectedly() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { SibTr.entry(this, tc, "isStreamBlockedUnexpectedly"); SibTr.exit(tc, "isStreamBlockedUnexpectedly", Boolean.valueOf(unexpectedBlock)); } return u...
[ "private", "boolean", "isStreamBlockedUnexpectedly", "(", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "{", "SibTr", ".", "entry", "(", "this", ",", "tc", ",", "\"isStreamBlock...
Is the stream marked as blocked unexpectedly @return true if the stream is blocked.
[ "Is", "the", "stream", "marked", "as", "blocked", "unexpectedly" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L2246-L2255
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java
GuaranteedTargetStream.streamCanAcceptNewMessage
private boolean streamCanAcceptNewMessage(MessageItem msgItem, long valueTick) throws SIException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(this, tc, "streamCanAcceptNewMessage", new Object[] { msgItem, Long.valueOf(valueTick) }); boolean allowSend = ...
java
private boolean streamCanAcceptNewMessage(MessageItem msgItem, long valueTick) throws SIException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(this, tc, "streamCanAcceptNewMessage", new Object[] { msgItem, Long.valueOf(valueTick) }); boolean allowSend = ...
[ "private", "boolean", "streamCanAcceptNewMessage", "(", "MessageItem", "msgItem", ",", "long", "valueTick", ")", "throws", "SIException", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "S...
Check to see if the stream is able to accept a new message. If it cannot, then the message is only allowed through if it has the possibility of filling in a gap. See defects 244425 and 464463. @param msgItem The msg to be let through. @param valueTick GD Value Tick @return true if the message should be written as valu...
[ "Check", "to", "see", "if", "the", "stream", "is", "able", "to", "accept", "a", "new", "message", ".", "If", "it", "cannot", "then", "the", "message", "is", "only", "allowed", "through", "if", "it", "has", "the", "possibility", "of", "filling", "in", "...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/gd/GuaranteedTargetStream.java#L2284-L2335
train
OpenLiberty/open-liberty
dev/com.ibm.ws.tx.embeddable/src/com/ibm/wsspi/uow/UOWManagerFactory.java
UOWManagerFactory.getUOWManager
public static UOWManager getUOWManager() { if (tc.isEntryEnabled()) Tr.entry(tc, "getUOWManager"); final UOWManager uowm = com.ibm.ws.uow.embeddable.UOWManagerFactory.getUOWManager(); if (tc.isEntryEnabled()) Tr.exit(tc, "getUOWManager", uowm); return uowm; ...
java
public static UOWManager getUOWManager() { if (tc.isEntryEnabled()) Tr.entry(tc, "getUOWManager"); final UOWManager uowm = com.ibm.ws.uow.embeddable.UOWManagerFactory.getUOWManager(); if (tc.isEntryEnabled()) Tr.exit(tc, "getUOWManager", uowm); return uowm; ...
[ "public", "static", "UOWManager", "getUOWManager", "(", ")", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "Tr", ".", "entry", "(", "tc", ",", "\"getUOWManager\"", ")", ";", "final", "UOWManager", "uowm", "=", "com", ".", "ibm", ".", "ws"...
Returns a stateless thread-safe UOWManager instance. @return UOWManager instance
[ "Returns", "a", "stateless", "thread", "-", "safe", "UOWManager", "instance", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.tx.embeddable/src/com/ibm/wsspi/uow/UOWManagerFactory.java#L33-L43
train
OpenLiberty/open-liberty
dev/com.ibm.ws.crypto.certificateutil/src/com/ibm/ws/crypto/certificateutil/keytool/KeytoolCommand.java
KeytoolCommand.getProcErrorOutput
String getProcErrorOutput(Process proc) throws IOException { StringBuffer output = new StringBuffer(); InputStream procIn = proc.getInputStream(); int read; // Dump the data printed by the process do { byte[] buffer = new byte[BUFFER_SIZE]; read = procIn....
java
String getProcErrorOutput(Process proc) throws IOException { StringBuffer output = new StringBuffer(); InputStream procIn = proc.getInputStream(); int read; // Dump the data printed by the process do { byte[] buffer = new byte[BUFFER_SIZE]; read = procIn....
[ "String", "getProcErrorOutput", "(", "Process", "proc", ")", "throws", "IOException", "{", "StringBuffer", "output", "=", "new", "StringBuffer", "(", ")", ";", "InputStream", "procIn", "=", "proc", ".", "getInputStream", "(", ")", ";", "int", "read", ";", "/...
Grabs the error message generated by executing the process. @param proc @throws IOException
[ "Grabs", "the", "error", "message", "generated", "by", "executing", "the", "process", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.crypto.certificateutil/src/com/ibm/ws/crypto/certificateutil/keytool/KeytoolCommand.java#L164-L178
train
OpenLiberty/open-liberty
dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java
HttpTrailersImpl.init
public void init(boolean useDirect, int outSize, int inSize, int cacheSize) { super.init(useDirect, outSize, inSize, cacheSize); }
java
public void init(boolean useDirect, int outSize, int inSize, int cacheSize) { super.init(useDirect, outSize, inSize, cacheSize); }
[ "public", "void", "init", "(", "boolean", "useDirect", ",", "int", "outSize", ",", "int", "inSize", ",", "int", "cacheSize", ")", "{", "super", ".", "init", "(", "useDirect", ",", "outSize", ",", "inSize", ",", "cacheSize", ")", ";", "}" ]
Initialize this trailer header storage object with certain configuration information. @param useDirect @param outSize @param inSize @param cacheSize
[ "Initialize", "this", "trailer", "header", "storage", "object", "with", "certain", "configuration", "information", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java#L69-L71
train
OpenLiberty/open-liberty
dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java
HttpTrailersImpl.setDeferredTrailer
public void setDeferredTrailer(HeaderKeys hdr, HttpTrailerGenerator htg) { if (tc.isDebugEnabled()) { Tr.debug(tc, "setDeferredTrailer(HeaderKeys): " + hdr); } if (null == hdr) { throw new IllegalArgumentException("Null header name"); } if (null == htg) { ...
java
public void setDeferredTrailer(HeaderKeys hdr, HttpTrailerGenerator htg) { if (tc.isDebugEnabled()) { Tr.debug(tc, "setDeferredTrailer(HeaderKeys): " + hdr); } if (null == hdr) { throw new IllegalArgumentException("Null header name"); } if (null == htg) { ...
[ "public", "void", "setDeferredTrailer", "(", "HeaderKeys", "hdr", ",", "HttpTrailerGenerator", "htg", ")", "{", "if", "(", "tc", ".", "isDebugEnabled", "(", ")", ")", "{", "Tr", ".", "debug", "(", "tc", ",", "\"setDeferredTrailer(HeaderKeys): \"", "+", "hdr", ...
Set a trailer based upon a not-yet established value. When the deferred trailer is set, it is the users responsibility to synchronize the deferred trailer list with the Trailer header field up front. For instance if one sets the deferred trailer HDR_CONTENT_LANGUAGE, then the trailer header in the head of the HTTP req...
[ "Set", "a", "trailer", "based", "upon", "a", "not", "-", "yet", "established", "value", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java#L129-L141
train
OpenLiberty/open-liberty
dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java
HttpTrailersImpl.computeRemainingTrailers
public void computeRemainingTrailers() { if (tc.isEntryEnabled()) { Tr.entry(tc, "computeRemainingTrailers"); } Iterator<HeaderKeys> knowns = this.knownTGs.keySet().iterator(); while (knowns.hasNext()) { HeaderKeys key = knowns.next(); setHeader(key, t...
java
public void computeRemainingTrailers() { if (tc.isEntryEnabled()) { Tr.entry(tc, "computeRemainingTrailers"); } Iterator<HeaderKeys> knowns = this.knownTGs.keySet().iterator(); while (knowns.hasNext()) { HeaderKeys key = knowns.next(); setHeader(key, t...
[ "public", "void", "computeRemainingTrailers", "(", ")", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "{", "Tr", ".", "entry", "(", "tc", ",", "\"computeRemainingTrailers\"", ")", ";", "}", "Iterator", "<", "HeaderKeys", ">", "knowns", "=", ...
Compute all deferred headers. <p> All <code>HttpTrailerGenerator</code> will be called upon to create the value for their respective header. The values they create will automatically be added to the Trailer-based <code>BNFHeaders</code> object for immediate serialization. </p>
[ "Compute", "all", "deferred", "headers", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java#L234-L246
train
OpenLiberty/open-liberty
dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java
HttpTrailersImpl.destroy
public void destroy() { if (tc.isDebugEnabled()) { Tr.debug(tc, "Destroy trailers: " + this); } super.destroy(); if (null != this.myFactory) { this.myFactory.releaseTrailers(this); this.myFactory = null; } }
java
public void destroy() { if (tc.isDebugEnabled()) { Tr.debug(tc, "Destroy trailers: " + this); } super.destroy(); if (null != this.myFactory) { this.myFactory.releaseTrailers(this); this.myFactory = null; } }
[ "public", "void", "destroy", "(", ")", "{", "if", "(", "tc", ".", "isDebugEnabled", "(", ")", ")", "{", "Tr", ".", "debug", "(", "tc", ",", "\"Destroy trailers: \"", "+", "this", ")", ";", "}", "super", ".", "destroy", "(", ")", ";", "if", "(", "...
Destroy this object.
[ "Destroy", "this", "object", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java#L255-L264
train
OpenLiberty/open-liberty
dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java
HttpTrailersImpl.duplicate
public HttpTrailersImpl duplicate() { if (null == this.myFactory) { if (tc.isDebugEnabled()) { Tr.debug(tc, "Null factory, unable to duplicate: " + this); } return null; } if (tc.isDebugEnabled()) { Tr.debug(tc, "Duplicating the tr...
java
public HttpTrailersImpl duplicate() { if (null == this.myFactory) { if (tc.isDebugEnabled()) { Tr.debug(tc, "Null factory, unable to duplicate: " + this); } return null; } if (tc.isDebugEnabled()) { Tr.debug(tc, "Duplicating the tr...
[ "public", "HttpTrailersImpl", "duplicate", "(", ")", "{", "if", "(", "null", "==", "this", ".", "myFactory", ")", "{", "if", "(", "tc", ".", "isDebugEnabled", "(", ")", ")", "{", "Tr", ".", "debug", "(", "tc", ",", "\"Null factory, unable to duplicate: \""...
Create a duplicate version of these trailer headers. @return HttpTrailersImpl
[ "Create", "a", "duplicate", "version", "of", "these", "trailer", "headers", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.transport.http/src/com/ibm/ws/http/channel/internal/HttpTrailersImpl.java#L271-L286
train
OpenLiberty/open-liberty
dev/com.ibm.ws.filetransfer/src/com/ibm/ws/filetransfer/util/FileServiceUtil.java
FileServiceUtil.isPathContained
public static boolean isPathContained(List<String> allowedPaths, String targetPath) { if (allowedPaths == null || allowedPaths.isEmpty() || targetPath == null) { return false; } //Remove trailing slashes, if applicable if (!targetPath.isEmpty() && targetPath.cha...
java
public static boolean isPathContained(List<String> allowedPaths, String targetPath) { if (allowedPaths == null || allowedPaths.isEmpty() || targetPath == null) { return false; } //Remove trailing slashes, if applicable if (!targetPath.isEmpty() && targetPath.cha...
[ "public", "static", "boolean", "isPathContained", "(", "List", "<", "String", ">", "allowedPaths", ",", "String", "targetPath", ")", "{", "if", "(", "allowedPaths", "==", "null", "||", "allowedPaths", ".", "isEmpty", "(", ")", "||", "targetPath", "==", "null...
Returns true if the targetPath is contained within one of the allowedPaths. Assumption: the "allowedPaths" point to directories, and the "targetPath" is already normalized.
[ "Returns", "true", "if", "the", "targetPath", "is", "contained", "within", "one", "of", "the", "allowedPaths", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.filetransfer/src/com/ibm/ws/filetransfer/util/FileServiceUtil.java#L239-L294
train
OpenLiberty/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdLoadImpl.java
SpdLoadImpl.getStatistic
public StatisticImpl getStatistic() { if (enabled) { long curTime = stat.updateIntegral(); stat.setLastSampleTime(curTime); return stat; } else { return stat; } }
java
public StatisticImpl getStatistic() { if (enabled) { long curTime = stat.updateIntegral(); stat.setLastSampleTime(curTime); return stat; } else { return stat; } }
[ "public", "StatisticImpl", "getStatistic", "(", ")", "{", "if", "(", "enabled", ")", "{", "long", "curTime", "=", "stat", ".", "updateIntegral", "(", ")", ";", "stat", ".", "setLastSampleTime", "(", "curTime", ")", ";", "return", "stat", ";", "}", "else"...
to time.
[ "to", "time", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdLoadImpl.java#L88-L98
train
OpenLiberty/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdLoadImpl.java
SpdLoadImpl.combine
public void combine(SpdLoad other) { if (other == null) return; if (stat.isEnabled() && other.isEnabled()) //stat.combine((BoundedRangeStatisticImpl)other.getStatistic()); stat.combine(other.getStatistic()); }
java
public void combine(SpdLoad other) { if (other == null) return; if (stat.isEnabled() && other.isEnabled()) //stat.combine((BoundedRangeStatisticImpl)other.getStatistic()); stat.combine(other.getStatistic()); }
[ "public", "void", "combine", "(", "SpdLoad", "other", ")", "{", "if", "(", "other", "==", "null", ")", "return", ";", "if", "(", "stat", ".", "isEnabled", "(", ")", "&&", "other", ".", "isEnabled", "(", ")", ")", "//stat.combine((BoundedRangeStatisticImpl)...
Combine this data and other SpdLoad data
[ "Combine", "this", "data", "and", "other", "SpdLoad", "data" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.monitor/src/com/ibm/ws/pmi/server/data/SpdLoadImpl.java#L105-L111
train
OpenLiberty/open-liberty
dev/com.ibm.ws.config/src/com/ibm/ws/config/xml/internal/VariableEvaluator.java
VariableEvaluator.getProperty
private String getProperty(String variable, EvaluationContext context, boolean ignoreWarnings, boolean useEnvironment) throws ConfigEvaluatorException { return stringUtils.convertToString(getPropertyObject(variable, context, ignoreWarnings, useEnvironment)); }
java
private String getProperty(String variable, EvaluationContext context, boolean ignoreWarnings, boolean useEnvironment) throws ConfigEvaluatorException { return stringUtils.convertToString(getPropertyObject(variable, context, ignoreWarnings, useEnvironment)); }
[ "private", "String", "getProperty", "(", "String", "variable", ",", "EvaluationContext", "context", ",", "boolean", "ignoreWarnings", ",", "boolean", "useEnvironment", ")", "throws", "ConfigEvaluatorException", "{", "return", "stringUtils", ".", "convertToString", "(", ...
Returns the value of the variable as a string, or null if the property does not exist. @param variable the variable name
[ "Returns", "the", "value", "of", "the", "variable", "as", "a", "string", "or", "null", "if", "the", "property", "does", "not", "exist", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.config/src/com/ibm/ws/config/xml/internal/VariableEvaluator.java#L81-L83
train
OpenLiberty/open-liberty
dev/com.ibm.ws.config/src/com/ibm/ws/config/xml/internal/VariableEvaluator.java
VariableEvaluator.processVariableLists
Object processVariableLists(Object rawValue, ExtendedAttributeDefinition attributeDef, EvaluationContext context, boolean ignoreWarnings) throws ConfigEvaluatorException { if (attributeDef != null && !attributeDef.resolveVariables()) return rawValue; if (rawV...
java
Object processVariableLists(Object rawValue, ExtendedAttributeDefinition attributeDef, EvaluationContext context, boolean ignoreWarnings) throws ConfigEvaluatorException { if (attributeDef != null && !attributeDef.resolveVariables()) return rawValue; if (rawV...
[ "Object", "processVariableLists", "(", "Object", "rawValue", ",", "ExtendedAttributeDefinition", "attributeDef", ",", "EvaluationContext", "context", ",", "boolean", "ignoreWarnings", ")", "throws", "ConfigEvaluatorException", "{", "if", "(", "attributeDef", "!=", "null",...
Replaces list variable expressions in raw string values
[ "Replaces", "list", "variable", "expressions", "in", "raw", "string", "values" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.config/src/com/ibm/ws/config/xml/internal/VariableEvaluator.java#L237-L267
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/matchspace/impl/ContentMatcher.java
ContentMatcher.nextMatcher
ContentMatcher nextMatcher(Conjunction selector, ContentMatcher oldMatcher) { return Factory.createMatcher(ordinalPosition, selector, oldMatcher); }
java
ContentMatcher nextMatcher(Conjunction selector, ContentMatcher oldMatcher) { return Factory.createMatcher(ordinalPosition, selector, oldMatcher); }
[ "ContentMatcher", "nextMatcher", "(", "Conjunction", "selector", ",", "ContentMatcher", "oldMatcher", ")", "{", "return", "Factory", ".", "createMatcher", "(", "ordinalPosition", ",", "selector", ",", "oldMatcher", ")", ";", "}" ]
Determine the next matcher to which a put operation should be delegated. Except when cacheing is active, this method delegates to Factory.createMatcher. It is overridden in EqualityMatcher to wrap newly created Matchers in a CacheingMatcher when appropriate @param selector @param oldMatcher
[ "Determine", "the", "next", "matcher", "to", "which", "a", "put", "operation", "should", "be", "delegated", ".", "Except", "when", "cacheing", "is", "active", "this", "method", "delegates", "to", "Factory", ".", "createMatcher", ".", "It", "is", "overridden", ...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/matchspace/impl/ContentMatcher.java#L106-L108
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.syncToOSThread
private void syncToOSThread(WebSecurityContext webSecurityContext) throws SecurityViolationException { try { Object token = ThreadIdentityManager.setAppThreadIdentity(subjectManager.getInvocationSubject()); webSecurityContext.setSyncToOSThreadToken(token); } catch (ThreadIdentity...
java
private void syncToOSThread(WebSecurityContext webSecurityContext) throws SecurityViolationException { try { Object token = ThreadIdentityManager.setAppThreadIdentity(subjectManager.getInvocationSubject()); webSecurityContext.setSyncToOSThreadToken(token); } catch (ThreadIdentity...
[ "private", "void", "syncToOSThread", "(", "WebSecurityContext", "webSecurityContext", ")", "throws", "SecurityViolationException", "{", "try", "{", "Object", "token", "=", "ThreadIdentityManager", ".", "setAppThreadIdentity", "(", "subjectManager", ".", "getInvocationSubjec...
Sync the invocation Subject's identity to the thread, if request by the application. @param WebSecurityContext The security context object for this application invocation. MUST NOT BE NULL. @throws SecurityViolationException
[ "Sync", "the", "invocation", "Subject", "s", "identity", "to", "the", "thread", "if", "request", "by", "the", "application", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L595-L603
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.resetSyncToOSThread
private void resetSyncToOSThread(WebSecurityContext webSecurityContext) throws ThreadIdentityException { Object token = webSecurityContext.getSyncToOSThreadToken(); if (token != null) { ThreadIdentityManager.resetChecked(token); } }
java
private void resetSyncToOSThread(WebSecurityContext webSecurityContext) throws ThreadIdentityException { Object token = webSecurityContext.getSyncToOSThreadToken(); if (token != null) { ThreadIdentityManager.resetChecked(token); } }
[ "private", "void", "resetSyncToOSThread", "(", "WebSecurityContext", "webSecurityContext", ")", "throws", "ThreadIdentityException", "{", "Object", "token", "=", "webSecurityContext", ".", "getSyncToOSThreadToken", "(", ")", ";", "if", "(", "token", "!=", "null", ")",...
Remove the invocation Subject's identity from the thread, if it was previously sync'ed. @param WebSecurityContext The security context object for this application invocation. MUST NOT BE NULL. @throws ThreadIdentityException
[ "Remove", "the", "invocation", "Subject", "s", "identity", "from", "the", "thread", "if", "it", "was", "previously", "sync", "ed", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L612-L617
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.authenticateRequest
public AuthenticationResult authenticateRequest(WebRequest webRequest) { WebAuthenticator authenticator = getWebAuthenticatorProxy(); return authenticator.authenticate(webRequest); }
java
public AuthenticationResult authenticateRequest(WebRequest webRequest) { WebAuthenticator authenticator = getWebAuthenticatorProxy(); return authenticator.authenticate(webRequest); }
[ "public", "AuthenticationResult", "authenticateRequest", "(", "WebRequest", "webRequest", ")", "{", "WebAuthenticator", "authenticator", "=", "getWebAuthenticatorProxy", "(", ")", ";", "return", "authenticator", ".", "authenticate", "(", "webRequest", ")", ";", "}" ]
The main method called by the preInvoke. The return value of this method tells us if access to the requested resource is allowed or not. Delegates to the authenticator proxy to handle the authentication. @param webRequest @return AuthenticationResult
[ "The", "main", "method", "called", "by", "the", "preInvoke", ".", "The", "return", "value", "of", "this", "method", "tells", "us", "if", "access", "to", "the", "requested", "resource", "is", "allowed", "or", "not", ".", "Delegates", "to", "the", "authentic...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1203-L1206
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.authorize
public boolean authorize(AuthenticationResult authResult, String appName, String uriName, Subject previousCaller, List<String> requiredRoles) { // Set the authorized subject on the thread subjectManager.setCallerSubject(authResult.getSubject()); boolean isAuthorized = authorize(authResult, appNa...
java
public boolean authorize(AuthenticationResult authResult, String appName, String uriName, Subject previousCaller, List<String> requiredRoles) { // Set the authorized subject on the thread subjectManager.setCallerSubject(authResult.getSubject()); boolean isAuthorized = authorize(authResult, appNa...
[ "public", "boolean", "authorize", "(", "AuthenticationResult", "authResult", ",", "String", "appName", ",", "String", "uriName", ",", "Subject", "previousCaller", ",", "List", "<", "String", ">", "requiredRoles", ")", "{", "// Set the authorized subject on the thread", ...
Call the authorization service to determine if the subject is authorized to the given roles @param authResult the authentication result, containing the subject, user name and realm @param appName the name of the application, used to look up the correct authorization table @param uriName the uri being accessed @param p...
[ "Call", "the", "authorization", "service", "to", "determine", "if", "the", "subject", "is", "authorized", "to", "the", "given", "roles" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1236-L1248
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.performInitialChecks
public WebReply performInitialChecks(WebRequest webRequest, String uriName) { WebReply webReply = null; HttpServletRequest req = webRequest.getHttpServletRequest(); String methodName = req.getMethod(); if (uriName == null || uriName.length() == 0) { return new DenyReply("Inv...
java
public WebReply performInitialChecks(WebRequest webRequest, String uriName) { WebReply webReply = null; HttpServletRequest req = webRequest.getHttpServletRequest(); String methodName = req.getMethod(); if (uriName == null || uriName.length() == 0) { return new DenyReply("Inv...
[ "public", "WebReply", "performInitialChecks", "(", "WebRequest", "webRequest", ",", "String", "uriName", ")", "{", "WebReply", "webReply", "=", "null", ";", "HttpServletRequest", "req", "=", "webRequest", ".", "getHttpServletRequest", "(", ")", ";", "String", "met...
Perform the preliminary checks to see if we should proceed to authentication and authorization. TODO: add authn/autz auditing for each of these cases These checks are, in order: <ol> <li>when uriName is null or empty, then return Deny</li> <li>if the challenge typs is DIGEST, then return Deny</li> <li>if the required...
[ "Perform", "the", "preliminary", "checks", "to", "see", "if", "we", "should", "proceed", "to", "authentication", "and", "authorization", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1302-L1333
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.unprotectedSpecialURI
private WebReply unprotectedSpecialURI(WebRequest webRequest, String uriName, String methodName) { LoginConfiguration loginConfig = webRequest.getLoginConfig(); if (loginConfig == null) return null; String authenticationMethod = loginConfig.getAuthenticationMethod(); FormLog...
java
private WebReply unprotectedSpecialURI(WebRequest webRequest, String uriName, String methodName) { LoginConfiguration loginConfig = webRequest.getLoginConfig(); if (loginConfig == null) return null; String authenticationMethod = loginConfig.getAuthenticationMethod(); FormLog...
[ "private", "WebReply", "unprotectedSpecialURI", "(", "WebRequest", "webRequest", ",", "String", "uriName", ",", "String", "methodName", ")", "{", "LoginConfiguration", "loginConfig", "=", "webRequest", ".", "getLoginConfig", "(", ")", ";", "if", "(", "loginConfig", ...
Determines if the URI requested is "special" and should always be treated as unprotected, such as the form login page. @param webRequest @param uriName @param methodName @return Non-null WebReply if the URI is not special, or a PERMIT_REPLY if it is.
[ "Determines", "if", "the", "URI", "requested", "is", "special", "and", "should", "always", "be", "treated", "as", "unprotected", "such", "as", "the", "form", "login", "page", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1429-L1468
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.isServletSpec31
private boolean isServletSpec31() { if (com.ibm.ws.webcontainer.osgi.WebContainer.getServletContainerSpecLevel() >= 31) return true; return false; }
java
private boolean isServletSpec31() { if (com.ibm.ws.webcontainer.osgi.WebContainer.getServletContainerSpecLevel() >= 31) return true; return false; }
[ "private", "boolean", "isServletSpec31", "(", ")", "{", "if", "(", "com", ".", "ibm", ".", "ws", ".", "webcontainer", ".", "osgi", ".", "WebContainer", ".", "getServletContainerSpecLevel", "(", ")", ">=", "31", ")", "return", "true", ";", "return", "false"...
Check to see if running under servlet spec 3.1 @return true if using servlet spec 3.1 and false otherwise
[ "Check", "to", "see", "if", "running", "under", "servlet", "spec", "3", ".", "1" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1505-L1510
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.notifyWebAppSecurityConfigChangeListeners
private void notifyWebAppSecurityConfigChangeListeners(List<String> delta) { WebAppSecurityConfigChangeEvent event = new WebAppSecurityConfigChangeEventImpl(delta); for (WebAppSecurityConfigChangeListener listener : webAppSecurityConfigchangeListenerRef.services()) { listener.notifyWebAppSec...
java
private void notifyWebAppSecurityConfigChangeListeners(List<String> delta) { WebAppSecurityConfigChangeEvent event = new WebAppSecurityConfigChangeEventImpl(delta); for (WebAppSecurityConfigChangeListener listener : webAppSecurityConfigchangeListenerRef.services()) { listener.notifyWebAppSec...
[ "private", "void", "notifyWebAppSecurityConfigChangeListeners", "(", "List", "<", "String", ">", "delta", ")", "{", "WebAppSecurityConfigChangeEvent", "event", "=", "new", "WebAppSecurityConfigChangeEventImpl", "(", "delta", ")", ";", "for", "(", "WebAppSecurityConfigChan...
Notify the registered listeners of the change to the UserRegistry configuration.
[ "Notify", "the", "registered", "listeners", "of", "the", "change", "to", "the", "UserRegistry", "configuration", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1659-L1664
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.toStringFormChangedPropertiesMap
private String toStringFormChangedPropertiesMap(Map<String, String> delta) { if (delta == null || delta.isEmpty()) { return ""; } StringBuffer sb = new StringBuffer(); for (Map.Entry<String, String> entry : delta.entrySet()) { if (sb.length() > 0) { ...
java
private String toStringFormChangedPropertiesMap(Map<String, String> delta) { if (delta == null || delta.isEmpty()) { return ""; } StringBuffer sb = new StringBuffer(); for (Map.Entry<String, String> entry : delta.entrySet()) { if (sb.length() > 0) { ...
[ "private", "String", "toStringFormChangedPropertiesMap", "(", "Map", "<", "String", ",", "String", ">", "delta", ")", "{", "if", "(", "delta", "==", "null", "||", "delta", ".", "isEmpty", "(", ")", ")", "{", "return", "\"\"", ";", "}", "StringBuffer", "s...
Format the map of config change attributes for the audit function. The output format would be the same as original WebAppSecurityConfig.getChangedProperties method. @return String in the format of "name=value, name=value, ..." encapsulating the properties that are different between this WebAppSecurityConfig and the sp...
[ "Format", "the", "map", "of", "config", "change", "attributes", "for", "the", "audit", "function", ".", "The", "output", "format", "would", "be", "the", "same", "as", "original", "WebAppSecurityConfig", ".", "getChangedProperties", "method", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1673-L1685
train
OpenLiberty/open-liberty
dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java
WebAppSecurityCollaboratorImpl.logAuditEntriesBeforeAuthn
private void logAuditEntriesBeforeAuthn(WebReply webReply, Subject receivedSubject, String uriName, WebRequest webRequest) { AuthenticationResult authResult; if (webReply instanceof PermitReply) { authResult = new AuthenticationResult(AuthResult.SUCCESS, receivedSubject, null, null, AuditEve...
java
private void logAuditEntriesBeforeAuthn(WebReply webReply, Subject receivedSubject, String uriName, WebRequest webRequest) { AuthenticationResult authResult; if (webReply instanceof PermitReply) { authResult = new AuthenticationResult(AuthResult.SUCCESS, receivedSubject, null, null, AuditEve...
[ "private", "void", "logAuditEntriesBeforeAuthn", "(", "WebReply", "webReply", ",", "Subject", "receivedSubject", ",", "String", "uriName", ",", "WebRequest", "webRequest", ")", "{", "AuthenticationResult", "authResult", ";", "if", "(", "webReply", "instanceof", "Permi...
no null check for webReply object, so make sure it is not null upon calling this method.
[ "no", "null", "check", "for", "webReply", "object", "so", "make", "sure", "it", "is", "not", "null", "upon", "calling", "this", "method", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.webcontainer.security/src/com/ibm/ws/webcontainer/security/WebAppSecurityCollaboratorImpl.java#L1696-L1706
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jmx.connector.server.rest/src/com/ibm/ws/jmx/connector/server/rest/helpers/MBeanRoutedNotificationHelper.java
MBeanRoutedNotificationHelper.postRoutedNotificationListenerRegistrationEvent
private void postRoutedNotificationListenerRegistrationEvent(String operation, NotificationTargetInformation nti) { Map<String, Object> props = createListenerRegistrationEvent(operation, nti); safePostEvent(new Event(REGISTER_JMX_NOTIFICATION_LISTENER_TOPIC, props)); }
java
private void postRoutedNotificationListenerRegistrationEvent(String operation, NotificationTargetInformation nti) { Map<String, Object> props = createListenerRegistrationEvent(operation, nti); safePostEvent(new Event(REGISTER_JMX_NOTIFICATION_LISTENER_TOPIC, props)); }
[ "private", "void", "postRoutedNotificationListenerRegistrationEvent", "(", "String", "operation", ",", "NotificationTargetInformation", "nti", ")", "{", "Map", "<", "String", ",", "Object", ">", "props", "=", "createListenerRegistrationEvent", "(", "operation", ",", "nt...
Post an event to EventAdmin, instructing the Target-Client Manager to register or unregister a listener for a given target.
[ "Post", "an", "event", "to", "EventAdmin", "instructing", "the", "Target", "-", "Client", "Manager", "to", "register", "or", "unregister", "a", "listener", "for", "a", "given", "target", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jmx.connector.server.rest/src/com/ibm/ws/jmx/connector/server/rest/helpers/MBeanRoutedNotificationHelper.java#L231-L234
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jmx.connector.server.rest/src/com/ibm/ws/jmx/connector/server/rest/helpers/MBeanRoutedNotificationHelper.java
MBeanRoutedNotificationHelper.postRoutedServerNotificationListenerRegistrationEvent
private void postRoutedServerNotificationListenerRegistrationEvent(String operation, NotificationTargetInformation nti, ObjectName listener, NotificationFilter filter, Object handback) { Map<String, Object> props = createServerListenerRegist...
java
private void postRoutedServerNotificationListenerRegistrationEvent(String operation, NotificationTargetInformation nti, ObjectName listener, NotificationFilter filter, Object handback) { Map<String, Object> props = createServerListenerRegist...
[ "private", "void", "postRoutedServerNotificationListenerRegistrationEvent", "(", "String", "operation", ",", "NotificationTargetInformation", "nti", ",", "ObjectName", "listener", ",", "NotificationFilter", "filter", ",", "Object", "handback", ")", "{", "Map", "<", "Strin...
Post an event to EventAdmin, instructing the Target-Client Manager to register or unregister a listener MBean on a given target.
[ "Post", "an", "event", "to", "EventAdmin", "instructing", "the", "Target", "-", "Client", "Manager", "to", "register", "or", "unregister", "a", "listener", "MBean", "on", "a", "given", "target", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jmx.connector.server.rest/src/com/ibm/ws/jmx/connector/server/rest/helpers/MBeanRoutedNotificationHelper.java#L257-L261
train
OpenLiberty/open-liberty
dev/com.ibm.ws.jmx.connector.server.rest/src/com/ibm/ws/jmx/connector/server/rest/helpers/MBeanRoutedNotificationHelper.java
MBeanRoutedNotificationHelper.safePostEvent
private void safePostEvent(Event event) { EventAdmin ea = eventAdminRef.getService(); if (ea != null) { ea.postEvent(event); } else if (tc.isEventEnabled()) { Tr.event(tc, "The EventAdmin service is unavailable. Unable to post the Event: " + event); } }
java
private void safePostEvent(Event event) { EventAdmin ea = eventAdminRef.getService(); if (ea != null) { ea.postEvent(event); } else if (tc.isEventEnabled()) { Tr.event(tc, "The EventAdmin service is unavailable. Unable to post the Event: " + event); } }
[ "private", "void", "safePostEvent", "(", "Event", "event", ")", "{", "EventAdmin", "ea", "=", "eventAdminRef", ".", "getService", "(", ")", ";", "if", "(", "ea", "!=", "null", ")", "{", "ea", ".", "postEvent", "(", "event", ")", ";", "}", "else", "if...
Null-safe event posting to eventAdminRef. @param event
[ "Null", "-", "safe", "event", "posting", "to", "eventAdminRef", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.jmx.connector.server.rest/src/com/ibm/ws/jmx/connector/server/rest/helpers/MBeanRoutedNotificationHelper.java#L301-L308
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.jms.2.0/src/com/ibm/ws/sib/api/jms/impl/ute/UTEHelperImpl.java
UTEHelperImpl.enableDestinationCreation
public void enableDestinationCreation(SICoreConnectionFactory siccf) { if (tcInt.isEntryEnabled()) SibTr.entry(tcInt, "enableDestinationCreation"); try { if (admin == null) { if (tcInt.isDebugEnabled()) SibTr.debug(tcInt, "Setting up destination definition ob...
java
public void enableDestinationCreation(SICoreConnectionFactory siccf) { if (tcInt.isEntryEnabled()) SibTr.entry(tcInt, "enableDestinationCreation"); try { if (admin == null) { if (tcInt.isDebugEnabled()) SibTr.debug(tcInt, "Setting up destination definition ob...
[ "public", "void", "enableDestinationCreation", "(", "SICoreConnectionFactory", "siccf", ")", "{", "if", "(", "tcInt", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tcInt", ",", "\"enableDestinationCreation\"", ")", ";", "try", "{", "if", "...
This method sets up the destination definitions. It is called
[ "This", "method", "sets", "up", "the", "destination", "definitions", ".", "It", "is", "called" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.jms.2.0/src/com/ibm/ws/sib/api/jms/impl/ute/UTEHelperImpl.java#L330-L360
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.jms.2.0/src/com/ibm/ws/sib/api/jms/impl/ute/UTEHelperImpl.java
UTEHelperImpl.createDestination
private void createDestination(String name, com.ibm.wsspi.sib.core.DestinationType destType, Reliability defaultReliability) throws JMSException { if (tcInt.isEntryEnabled()) SibTr.entry(tcInt, "createDestination(String, DestinationType)...
java
private void createDestination(String name, com.ibm.wsspi.sib.core.DestinationType destType, Reliability defaultReliability) throws JMSException { if (tcInt.isEntryEnabled()) SibTr.entry(tcInt, "createDestination(String, DestinationType)...
[ "private", "void", "createDestination", "(", "String", "name", ",", "com", ".", "ibm", ".", "wsspi", ".", "sib", ".", "core", ".", "DestinationType", "destType", ",", "Reliability", "defaultReliability", ")", "throws", "JMSException", "{", "if", "(", "tcInt", ...
Internal method to do the creation given a name a ddf.
[ "Internal", "method", "to", "do", "the", "creation", "given", "a", "name", "a", "ddf", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.jms.2.0/src/com/ibm/ws/sib/api/jms/impl/ute/UTEHelperImpl.java#L365-L451
train
OpenLiberty/open-liberty
dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java
LdapIdentityStore.bind
private DirContext bind(String bindDn, ProtectedString bindPw) throws NamingException { Hashtable<Object, Object> env = new Hashtable<Object, Object>(); String url = this.idStoreDefinition.getUrl(); if (url == null || url.isEmpty()) { throw new IllegalArgumentException("No URL was pr...
java
private DirContext bind(String bindDn, ProtectedString bindPw) throws NamingException { Hashtable<Object, Object> env = new Hashtable<Object, Object>(); String url = this.idStoreDefinition.getUrl(); if (url == null || url.isEmpty()) { throw new IllegalArgumentException("No URL was pr...
[ "private", "DirContext", "bind", "(", "String", "bindDn", ",", "ProtectedString", "bindPw", ")", "throws", "NamingException", "{", "Hashtable", "<", "Object", ",", "Object", ">", "env", "=", "new", "Hashtable", "<", "Object", ",", "Object", ">", "(", ")", ...
Bind to the LDAP server. @param bindDn The distinguished name used to bind to the LDAP server. @param bindPw The password used to bind to the LDAP server. @return The bound {@link DirContext}. @throws NamingException If there was a failure to bind to the LDAP server.
[ "Bind", "to", "the", "LDAP", "server", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java#L88-L125
train
OpenLiberty/open-liberty
dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java
LdapIdentityStore.getGroups
private Set<String> getGroups(DirContext context, String callerDn) { Set<String> groups = null; String groupSearchBase = idStoreDefinition.getGroupSearchBase(); String groupSearchFilter = idStoreDefinition.getGroupSearchFilter(); if (groupSearchBase.isEmpty() || groupSearchFilter.isEmpty...
java
private Set<String> getGroups(DirContext context, String callerDn) { Set<String> groups = null; String groupSearchBase = idStoreDefinition.getGroupSearchBase(); String groupSearchFilter = idStoreDefinition.getGroupSearchFilter(); if (groupSearchBase.isEmpty() || groupSearchFilter.isEmpty...
[ "private", "Set", "<", "String", ">", "getGroups", "(", "DirContext", "context", ",", "String", "callerDn", ")", "{", "Set", "<", "String", ">", "groups", "=", "null", ";", "String", "groupSearchBase", "=", "idStoreDefinition", ".", "getGroupSearchBase", "(", ...
Get the groups for the caller @param context The {@link DirContext} to use when performing the search. @param callerDn The caller's distinguished name. @return The set of groups the caller is a member of.
[ "Get", "the", "groups", "for", "the", "caller" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java#L332-L342
train
OpenLiberty/open-liberty
dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java
LdapIdentityStore.getGroupsByMember
private Set<String> getGroupsByMember(DirContext context, String callerDn, String groupSearchBase, String groupSearchFilter) { String groupNameAttribute = idStoreDefinition.getGroupNameAttribute(); String[] attrIds = { groupNameAttribute }; long limit = Long.valueOf(idStoreDefinition.getMaxRes...
java
private Set<String> getGroupsByMember(DirContext context, String callerDn, String groupSearchBase, String groupSearchFilter) { String groupNameAttribute = idStoreDefinition.getGroupNameAttribute(); String[] attrIds = { groupNameAttribute }; long limit = Long.valueOf(idStoreDefinition.getMaxRes...
[ "private", "Set", "<", "String", ">", "getGroupsByMember", "(", "DirContext", "context", ",", "String", "callerDn", ",", "String", "groupSearchBase", ",", "String", "groupSearchFilter", ")", "{", "String", "groupNameAttribute", "=", "idStoreDefinition", ".", "getGro...
Get the groups for the caller by using a member-style attribute found on group LDAP entities. @param context The {@link DirContext} to use when performing the search. @param callerDn The caller's distinguished name. @param groupSearchFilter The filter to use when searching for groups @param groupSearchBase The base of...
[ "Get", "the", "groups", "for", "the", "caller", "by", "using", "a", "member", "-", "style", "attribute", "found", "on", "group", "LDAP", "entities", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java#L353-L404
train
OpenLiberty/open-liberty
dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java
LdapIdentityStore.getFormattedFilter
private String getFormattedFilter(String searchFilter, String caller, String attribute) { //Allow %v in addition to %s for string replacement String filter = searchFilter.replaceAll("%v", "%s"); if (!(filter.startsWith("(") && filter.endsWith(")")) && !filter.isEmpty()) { filter = "(...
java
private String getFormattedFilter(String searchFilter, String caller, String attribute) { //Allow %v in addition to %s for string replacement String filter = searchFilter.replaceAll("%v", "%s"); if (!(filter.startsWith("(") && filter.endsWith(")")) && !filter.isEmpty()) { filter = "(...
[ "private", "String", "getFormattedFilter", "(", "String", "searchFilter", ",", "String", "caller", ",", "String", "attribute", ")", "{", "//Allow %v in addition to %s for string replacement", "String", "filter", "=", "searchFilter", ".", "replaceAll", "(", "\"%v\"", ","...
Format the callerSearchFilter or groupSearchFilter. We need to check for String substitution. If a substitution is needed, use the result as is. Otherwise, construct the remainder of the filter using the name attribute of the group or caller. @param searchFilter The filter set in LdapIdentityStore @param caller The na...
[ "Format", "the", "callerSearchFilter", "or", "groupSearchFilter", ".", "We", "need", "to", "check", "for", "String", "substitution", ".", "If", "a", "substitution", "is", "needed", "use", "the", "result", "as", "is", ".", "Otherwise", "construct", "the", "rema...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java#L416-L428
train
OpenLiberty/open-liberty
dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java
LdapIdentityStore.getGroupsByMembership
private Set<String> getGroupsByMembership(DirContext context, String callerDn) { String memberOfAttribute = idStoreDefinition.getGroupMemberOfAttribute(); String groupNameAttribute = idStoreDefinition.getGroupNameAttribute(); Attributes attrs; Set<String> groupDns = new HashSet<String>()...
java
private Set<String> getGroupsByMembership(DirContext context, String callerDn) { String memberOfAttribute = idStoreDefinition.getGroupMemberOfAttribute(); String groupNameAttribute = idStoreDefinition.getGroupNameAttribute(); Attributes attrs; Set<String> groupDns = new HashSet<String>()...
[ "private", "Set", "<", "String", ">", "getGroupsByMembership", "(", "DirContext", "context", ",", "String", "callerDn", ")", "{", "String", "memberOfAttribute", "=", "idStoreDefinition", ".", "getGroupMemberOfAttribute", "(", ")", ";", "String", "groupNameAttribute", ...
Get the groups for the caller by using the memberOf-style attribute found on user LDAP entities. @param context The {@link DirContext} to use when performing the search. @param callerDn The caller's distinguished name. @return The set of groups the caller is a member of.
[ "Get", "the", "groups", "for", "the", "caller", "by", "using", "the", "memberOf", "-", "style", "attribute", "found", "on", "user", "LDAP", "entities", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.security.javaeesec/src/com/ibm/ws/security/javaeesec/identitystore/LdapIdentityStore.java#L437-L494
train
OpenLiberty/open-liberty
dev/com.ibm.ws.beanvalidation.core/src/com/ibm/ws/beanvalidation/ValidatorFactoryObjectFactory.java
ValidatorFactoryObjectFactory.getValidatorFactory
@Deprecated public static ValidatorFactory getValidatorFactory() { final boolean isTraceOn = TraceComponent.isAnyTracingEnabled(); if (isTraceOn && tc.isEntryEnabled()) Tr.entry(tc, "getValidatorFactory"); ValidatorFactory validatorFactory = AbstractBeanValidation.getValidat...
java
@Deprecated public static ValidatorFactory getValidatorFactory() { final boolean isTraceOn = TraceComponent.isAnyTracingEnabled(); if (isTraceOn && tc.isEntryEnabled()) Tr.entry(tc, "getValidatorFactory"); ValidatorFactory validatorFactory = AbstractBeanValidation.getValidat...
[ "@", "Deprecated", "public", "static", "ValidatorFactory", "getValidatorFactory", "(", ")", "{", "final", "boolean", "isTraceOn", "=", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", ";", "if", "(", "isTraceOn", "&&", "tc", ".", "isEntryEnabled", "(", ")...
This method will return null if no BeanValidationService is available in the process @deprecated Use {@link BeanValidation#getValidatorFactory} instead
[ "This", "method", "will", "return", "null", "if", "no", "BeanValidationService", "is", "available", "in", "the", "process" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.beanvalidation.core/src/com/ibm/ws/beanvalidation/ValidatorFactoryObjectFactory.java#L51-L64
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.utils/src/com/ibm/ws/sib/utils/ras/SibMessage.java
TrListener.message
public void message(MessageType type, String me, TraceComponent tc, String msgKey, Object objs, Object[] formattedMessage) { switch(type) { case AUDIT : if (TraceComponent.isAnyTracingEnabled() && myTc.isAuditEnabled()) Tr.audit(myTc, SIB_MESSAGE, formattedMessage); break;...
java
public void message(MessageType type, String me, TraceComponent tc, String msgKey, Object objs, Object[] formattedMessage) { switch(type) { case AUDIT : if (TraceComponent.isAnyTracingEnabled() && myTc.isAuditEnabled()) Tr.audit(myTc, SIB_MESSAGE, formattedMessage); break;...
[ "public", "void", "message", "(", "MessageType", "type", ",", "String", "me", ",", "TraceComponent", "tc", ",", "String", "msgKey", ",", "Object", "objs", ",", "Object", "[", "]", "formattedMessage", ")", "{", "switch", "(", "type", ")", "{", "case", "AU...
The method called to indicate that a message is being generated by SibMessage @param type The type of the event @param me The messaging engine (if any) generating the message @param tc The trace component generating the message @param msgKey The message key of the message being generated @param objs The in...
[ "The", "method", "called", "to", "indicate", "that", "a", "message", "is", "being", "generated", "by", "SibMessage" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.utils/src/com/ibm/ws/sib/utils/ras/SibMessage.java#L94-L109
train
OpenLiberty/open-liberty
dev/com.ibm.ws.monitor/src/com/ibm/ws/monitor/internal/boot/templates/ProbeProxy.java
ProbeProxy.fireProbe
public final static void fireProbe(long probeId, Object instance, Object target, Object args) { // Load statics onto the stack to avoid a window where they can be cleared // between the test for null and the invocation of the method Object proxyTarget = fireProbeTarget; Method method = f...
java
public final static void fireProbe(long probeId, Object instance, Object target, Object args) { // Load statics onto the stack to avoid a window where they can be cleared // between the test for null and the invocation of the method Object proxyTarget = fireProbeTarget; Method method = f...
[ "public", "final", "static", "void", "fireProbe", "(", "long", "probeId", ",", "Object", "instance", ",", "Object", "target", ",", "Object", "args", ")", "{", "// Load statics onto the stack to avoid a window where they can be cleared", "// between the test for null and the i...
Fire a probe event to the registered target. @param probeId the generated probe identifier @param instance the object instance emitting the probe or null @param args the probe payload
[ "Fire", "a", "probe", "event", "to", "the", "registered", "target", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.monitor/src/com/ibm/ws/monitor/internal/boot/templates/ProbeProxy.java#L51-L64
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.comms.client/src/com/ibm/ws/sib/comms/client/proxyqueue/impl/ShortIdAllocator.java
ShortIdAllocator.releaseId
public synchronized void releaseId(short id) throws IdAllocatorException { if (tc.isEntryEnabled()) SibTr.entry(tc, "releaseId", ""+id); deallocate(id); // If we are releasing the id 1 less than the next id, set the next id to this one if (id == (nextId - 1)) { nextId = id; ...
java
public synchronized void releaseId(short id) throws IdAllocatorException { if (tc.isEntryEnabled()) SibTr.entry(tc, "releaseId", ""+id); deallocate(id); // If we are releasing the id 1 less than the next id, set the next id to this one if (id == (nextId - 1)) { nextId = id; ...
[ "public", "synchronized", "void", "releaseId", "(", "short", "id", ")", "throws", "IdAllocatorException", "{", "if", "(", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ",", "\"releaseId\"", ",", "\"\"", "+", "id", ")", ";"...
Releases an ID, making it available to be allocated once more. @param id The ID to release. @throws IdAllocatorException Thrown if ID was not allocated in the first place.
[ "Releases", "an", "ID", "making", "it", "available", "to", "be", "allocated", "once", "more", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.comms.client/src/com/ibm/ws/sib/comms/client/proxyqueue/impl/ShortIdAllocator.java#L250-L273
train
OpenLiberty/open-liberty
dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/convert/EnumConverter.java
EnumConverter.firstConstantOfEnum
private String firstConstantOfEnum() { Object[] enumConstants = targetClass.getEnumConstants(); if (enumConstants.length != 0) { return enumConstants[0].toString(); } return ""; // if empty Enum }
java
private String firstConstantOfEnum() { Object[] enumConstants = targetClass.getEnumConstants(); if (enumConstants.length != 0) { return enumConstants[0].toString(); } return ""; // if empty Enum }
[ "private", "String", "firstConstantOfEnum", "(", ")", "{", "Object", "[", "]", "enumConstants", "=", "targetClass", ".", "getEnumConstants", "(", ")", ";", "if", "(", "enumConstants", ".", "length", "!=", "0", ")", "{", "return", "enumConstants", "[", "0", ...
find the first constant value of the targetClass and return as a String
[ "find", "the", "first", "constant", "value", "of", "the", "targetClass", "and", "return", "as", "a", "String" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/convert/EnumConverter.java#L151-L161
train
OpenLiberty/open-liberty
dev/com.ibm.ws.event/src/com/ibm/ws/event/internal/EventEngineImpl.java
EventEngineImpl.checkTopicPublishPermission
void checkTopicPublishPermission(String topic) { SecurityManager sm = System.getSecurityManager(); if (sm == null) return; sm.checkPermission(new TopicPermission(topic, PUBLISH)); }
java
void checkTopicPublishPermission(String topic) { SecurityManager sm = System.getSecurityManager(); if (sm == null) return; sm.checkPermission(new TopicPermission(topic, PUBLISH)); }
[ "void", "checkTopicPublishPermission", "(", "String", "topic", ")", "{", "SecurityManager", "sm", "=", "System", ".", "getSecurityManager", "(", ")", ";", "if", "(", "sm", "==", "null", ")", "return", ";", "sm", ".", "checkPermission", "(", "new", "TopicPerm...
Check if the caller has permission to publish events to the specified topic. @param topic the topic the event is being published to
[ "Check", "if", "the", "caller", "has", "permission", "to", "publish", "events", "to", "the", "specified", "topic", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.event/src/com/ibm/ws/event/internal/EventEngineImpl.java#L323-L329
train
OpenLiberty/open-liberty
dev/com.ibm.ws.event/src/com/ibm/ws/event/internal/EventEngineImpl.java
EventEngineImpl.activate
@Activate protected void activate(ComponentContext componentContext, Map<String, Object> props) { this.componentContext = componentContext; // // Parse the configuration that we've been provided // Dictionary<?, ?> configProperties = componentContext.getProperties(); // processConfi...
java
@Activate protected void activate(ComponentContext componentContext, Map<String, Object> props) { this.componentContext = componentContext; // // Parse the configuration that we've been provided // Dictionary<?, ?> configProperties = componentContext.getProperties(); // processConfi...
[ "@", "Activate", "protected", "void", "activate", "(", "ComponentContext", "componentContext", ",", "Map", "<", "String", ",", "Object", ">", "props", ")", "{", "this", ".", "componentContext", "=", "componentContext", ";", "// // Parse the configuration that we've be...
Activate the EventEngine implementation. This method will be called by OSGi Declarative Services implementation when the component is initially activated and when changes to our configuration have occurred. @param componentContext the OSGi DS context
[ "Activate", "the", "EventEngine", "implementation", ".", "This", "method", "will", "be", "called", "by", "OSGi", "Declarative", "Services", "implementation", "when", "the", "component", "is", "initially", "activated", "and", "when", "changes", "to", "our", "config...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.event/src/com/ibm/ws/event/internal/EventEngineImpl.java#L339-L365
train
OpenLiberty/open-liberty
dev/com.ibm.ws.event/src/com/ibm/ws/event/internal/EventEngineImpl.java
EventEngineImpl.deactivate
@Deactivate protected void deactivate(ComponentContext componentContext) { // Remove the framework event adapter bundleContext.removeFrameworkListener(frameworkEventAdapter); frameworkEventAdapter = null; // Remove the bundle event adapter bundleContext.removeBundleListener(...
java
@Deactivate protected void deactivate(ComponentContext componentContext) { // Remove the framework event adapter bundleContext.removeFrameworkListener(frameworkEventAdapter); frameworkEventAdapter = null; // Remove the bundle event adapter bundleContext.removeBundleListener(...
[ "@", "Deactivate", "protected", "void", "deactivate", "(", "ComponentContext", "componentContext", ")", "{", "// Remove the framework event adapter", "bundleContext", ".", "removeFrameworkListener", "(", "frameworkEventAdapter", ")", ";", "frameworkEventAdapter", "=", "null",...
Deactivate the EventAdmin service. This method will be called by the OSGi Declarative Services implementation when the component is deactivated. Deactivation will occur when the service configuration needs to be refreshed, when the bundle is stopped, or when the DS implementation is stopped. @param componentContext
[ "Deactivate", "the", "EventAdmin", "service", ".", "This", "method", "will", "be", "called", "by", "the", "OSGi", "Declarative", "Services", "implementation", "when", "the", "component", "is", "deactivated", ".", "Deactivation", "will", "occur", "when", "the", "...
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.event/src/com/ibm/ws/event/internal/EventEngineImpl.java#L381-L397
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java
PubSubOutputHandler.addTopic
public void addTopic(String topic) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "addTopic", topic); SelectionCriteria criteria = _messageProcessor. getSelectionCriteriaFactory(). createSelectionC...
java
public void addTopic(String topic) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "addTopic", topic); SelectionCriteria criteria = _messageProcessor. getSelectionCriteriaFactory(). createSelectionC...
[ "public", "void", "addTopic", "(", "String", "topic", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ",", "\"addTopic\"", ",", "topic", ")",...
Adds a topic to the subscription state for this OutputHandler. @param topic The name of the topic
[ "Adds", "a", "topic", "to", "the", "subscription", "state", "for", "this", "OutputHandler", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java#L228-L249
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java
PubSubOutputHandler.removeTopic
public void removeTopic(String topic) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "removeTopic", topic); if (_subscriptionState == null) { if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) SibTr.debug(tc, "removeTopic", "Topic not ...
java
public void removeTopic(String topic) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "removeTopic", topic); if (_subscriptionState == null) { if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) SibTr.debug(tc, "removeTopic", "Topic not ...
[ "public", "void", "removeTopic", "(", "String", "topic", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ",", "\"removeTopic\"", ",", "topic", ...
Removes a topic from the set of topics with this OutputHandler
[ "Removes", "a", "topic", "from", "the", "set", "of", "topics", "with", "this", "OutputHandler" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java#L254-L269
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java
PubSubOutputHandler.getTopics
public String[] getTopics() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "getTopics"); String[] topics = null; if (_subscriptionState != null) topics = _subscriptionState.getTopics(); if (TraceComponent.isAnyTracingEnabled() && tc.i...
java
public String[] getTopics() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "getTopics"); String[] topics = null; if (_subscriptionState != null) topics = _subscriptionState.getTopics(); if (TraceComponent.isAnyTracingEnabled() && tc.i...
[ "public", "String", "[", "]", "getTopics", "(", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ",", "\"getTopics\"", ")", ";", "String", "...
Get the set of topics associated with this OutputHandler
[ "Get", "the", "set", "of", "topics", "associated", "with", "this", "OutputHandler" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java#L274-L286
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java
PubSubOutputHandler.getTopicSpaceUuid
public SIBUuid12 getTopicSpaceUuid() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "getTopicSpaceUuid"); SIBUuid12 retval = _destinationHandler.getUuid(); if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.exit(tc, "getTopicSpaceUuid", r...
java
public SIBUuid12 getTopicSpaceUuid() { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "getTopicSpaceUuid"); SIBUuid12 retval = _destinationHandler.getUuid(); if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.exit(tc, "getTopicSpaceUuid", r...
[ "public", "SIBUuid12", "getTopicSpaceUuid", "(", ")", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc", ".", "isEntryEnabled", "(", ")", ")", "SibTr", ".", "entry", "(", "tc", ",", "\"getTopicSpaceUuid\"", ")", ";", "SIBUuid...
Get the topic space name associated with this OutputHandler
[ "Get", "the", "topic", "space", "name", "associated", "with", "this", "OutputHandler" ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java#L291-L299
train
OpenLiberty/open-liberty
dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java
PubSubOutputHandler.processAckExpected
void processAckExpected( long ackExpStamp, int priority, Reliability reliability, SIBUuid12 stream) throws SIResourceException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "processAckExpected", new Long(ackExpStamp)); _internalOutputStreamManager...
java
void processAckExpected( long ackExpStamp, int priority, Reliability reliability, SIBUuid12 stream) throws SIResourceException { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) SibTr.entry(tc, "processAckExpected", new Long(ackExpStamp)); _internalOutputStreamManager...
[ "void", "processAckExpected", "(", "long", "ackExpStamp", ",", "int", "priority", ",", "Reliability", "reliability", ",", "SIBUuid12", "stream", ")", "throws", "SIResourceException", "{", "if", "(", "TraceComponent", ".", "isAnyTracingEnabled", "(", ")", "&&", "tc...
needs to be forwarded downstream.
[ "needs", "to", "be", "forwarded", "downstream", "." ]
ca725d9903e63645018f9fa8cbda25f60af83a5d
https://github.com/OpenLiberty/open-liberty/blob/ca725d9903e63645018f9fa8cbda25f60af83a5d/dev/com.ibm.ws.messaging.runtime/src/com/ibm/ws/sib/processor/impl/PubSubOutputHandler.java#L530-L544
train