| Modifier and Type | Method and Description |
|---|---|
protected Map<KEYTYPE,VALUETYPE> |
AbstractCache.createCache()
Create a new cache map.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingExceptionCallback.getLogMessage(Throwable t)
Get the text to be logged for a certain exception
|
protected boolean |
LoggingExceptionCallback.isLogException(Throwable t)
Check if the passed exception should be part of the log entry.
|
| Modifier and Type | Method and Description |
|---|---|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAllAttributes()
Internal callback method that can be used to avoid removal of all
attributes.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAttribute(KEYTYPE aName)
Internal callback method that can be used to avoid removal of an attribute.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeSetAttributeValue(KEYTYPE aName,
VALUETYPE aValue)
Internal callback method that can be used to check constraints on an
attribute name or value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoftMap.onEntryRemoved(K aKey)
Callback method invoked after a map entry is garbage collected
|
protected void |
SoftLinkedHashMap.onRemoveEldestEntry(int nSize,
Map.Entry<K,V> aEldest)
Protected method that is invoked every time the oldest entry is removed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LRUSet.onRemoveEldestEntry(int nSize,
ELEMENTTYPE aEldest)
Protected method that is invoked every time an element is removed from the
cache, because the maximum size is exceeded.
|
protected void |
LRUMap.onRemoveEldestEntry(int nSize,
Map.Entry<KEYTYPE,VALUETYPE> aEldest)
Protected method that is invoked every time the oldest entry is removed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ResourceError.getAsString(Locale aDisplayLocale) |
String |
ResourceError.getDisplayText(Locale aContentLocale) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractFormatterString.getValueAsString(Object aValue)
Convert the source value to a string by using the
TypeConverter. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FileSystemRecursiveIterator.recurseIntoDirectory(File aDirectory)
Override this method to manually filter the directories, which are recursed
into.
|
| Modifier and Type | Method and Description |
|---|---|
IReadableResource |
ReadableResourceProviderChain.getReadableResource(String sName) |
IWritableResource |
WritableResourceProviderChain.getWritableResource(String sName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoggingInputStream.onMark(int nReadLimit,
long nCurrentPosition) |
protected void |
LoggingInputStream.onRead(int nBytesRead,
long nNewPosition) |
protected void |
LoggingInputStream.onReset(long nCurrentPosition) |
protected void |
LoggingInputStream.onSkip(long nBytesSkipped,
long nNewPosition) |
protected void |
LoggingOutputStream.onWrite(int nBytesWritten,
long nTotalBytesWritten) |
| Modifier and Type | Method and Description |
|---|---|
protected LogMessage |
InMemoryLogger.createLogMessage(IErrorLevel eErrorLevel,
Serializable aMsg,
Throwable t)
Override this method to create a different LogMessage object or to filter
certain log messages.
|
protected void |
InMemoryLogger.onAddLogMessage(LogMessage aLogMessage)
Callback method that is invoked after a message was added.
|
| Modifier and Type | Method and Description |
|---|---|
List<IMicroNode> |
AbstractMicroNode.getAllChildren() |
List<IMicroNode> |
AbstractMicroNode.getAllChildrenRecursive() |
IMicroNode |
AbstractMicroNode.getChildAtIndex(int nIndex) |
int |
AbstractMicroNode.getChildCount() |
IMicroNode |
AbstractMicroNode.getFirstChild() |
IMicroNode |
AbstractMicroNode.getLastChild() |
String |
AbstractMicroNode.getNodeValue() |
boolean |
AbstractMicroNode.hasChildren() |
protected void |
AbstractMicroNode.onAppendChild(AbstractMicroNode aChildNode)
Callback that is invoked once a child is to be appended.
|
protected void |
AbstractMicroNode.onInsertAfter(AbstractMicroNode aChildNode,
IMicroNode aPredecessor)
Callback that is invoked once a child is to be inserted after another
child.
|
protected void |
AbstractMicroNode.onInsertAtIndex(int nIndex,
AbstractMicroNode aChildNode)
Callback that is invoked once a child is to be inserted at the specified
index.
|
protected void |
AbstractMicroNode.onInsertBefore(AbstractMicroNode aChildNode,
IMicroNode aSuccessor)
Callback that is invoked once a child is to be inserted before another
child.
|
protected EChange |
AbstractMicroNode.onRemoveAllChildren()
Remove all children from this node.
|
protected EChange |
AbstractMicroNode.onRemoveChild(IMicroNode aChild)
Callback when a child is removed.
|
protected EChange |
AbstractMicroNode.onRemoveChildAtIndex(int nIndex)
Remove the child not at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MutableBoolean.onAfterChange()
This method is invoked after a value changed.
|
protected void |
AbstractMutableNumeric.onAfterChange()
This method is invoked after a value changed.
|
| Modifier and Type | Method and Description |
|---|---|
protected IApplicationScope |
GlobalScope.createApplicationScope(String sApplicationID)
This method creates a new application scope.
|
protected void |
AbstractMapBasedScope.destroyOwnedScopes()
Override this method to destroy all scopes owned by this scope.
|
protected List<String> |
RequestScope.getAttributeAsListCustom(String sName,
Object aValue,
List<String> aDefault)
|
protected void |
AbstractMapBasedScope.postDestroy()
Override this method to perform further actions AFTER the scope was
destroyed.
|
protected void |
AbstractMapBasedScope.preDestroy()
Override this method to perform further actions BEFORE the scope is
destroyed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeTestRule.after() |
void |
ScopeTestRule.before() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSingleton.onAfterInstantiation(IScope aScope)
Called after the singleton was instantiated.
|
protected void |
AbstractSingleton.onBeforeDestroy(IScope aScopeToBeDestroyed)
Called before this singleton is destroyed.
|
protected void |
AbstractSingleton.onDestroy(IScope aScopeInDestruction)
Called when this singleton is destroyed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStatisticsVisitorCallback.onCache(String sName,
IStatisticsHandlerCache aHandler) |
void |
DefaultStatisticsVisitorCallback.onCounter(String sName,
IStatisticsHandlerCounter aHandler) |
void |
DefaultStatisticsVisitorCallback.onKeyedCounter(String sName,
IStatisticsHandlerKeyedCounter aHandler) |
void |
DefaultStatisticsVisitorCallback.onKeyedSize(String sName,
IStatisticsHandlerKeyedSize aHandler) |
void |
DefaultStatisticsVisitorCallback.onKeyedTimer(String sName,
IStatisticsHandlerKeyedTimer aHandler) |
void |
DefaultStatisticsVisitorCallback.onSize(String sName,
IStatisticsHandlerSize aHandler) |
void |
DefaultStatisticsVisitorCallback.onTimer(String sName,
IStatisticsHandlerTimer aHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
StopWatch.getCurrentNanoTime() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BasicTreeItem.isValidData(DATATYPE aData)
This method is called to validate a data object.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BasicTreeItemWithID.isValidData(DATATYPE aData)
This method is called to validate a data object.
|
protected boolean |
BasicTreeItemWithID.isValidDataID(KEYTYPE aDataID)
This method is called to validate a data ID object.
|
void |
AbstractTreeItemWithIDFactory.onAddItem(ITEMTYPE aItem) |
void |
AbstractTreeItemWithIDFactory.onRemoveItem(ITEMTYPE aItem) |
| Modifier and Type | Method and Description |
|---|---|
protected KEYTYPE |
AbstractTreeItemWithUniqueIDFactory.internalGetItemID(ITEMTYPE aItem)
Get the ID of the passed tree item to use for internal storage.
|
| Modifier and Type | Method and Description |
|---|---|
protected IReadableResource |
SimpleLSResourceResolver.internalResolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI)
Internal resource resolving
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingSAXErrorHandler.getErrorMessage(IErrorLevel aErrorLevel,
SAXParseException aException) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
XMLLoggingExceptionCallback.getLogMessage(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
protected XMLEmitter |
AbstractXMLSerializer.createXMLEmitter(Writer aWriter,
IXMLWriterSettings aSettings) |
Copyright © 2014–2015 Philip Helger. All rights reserved.