-
com.google.collide.shared.util.ListenerRegistrar.RemoverManager.track()
-
org.apache.activemq.state.ConnectionStateTracker.track()
@param command
@return null if the command is not state tracked.
@throws IOException
-
org.apache.catalina.connector.SessionTracker.track()
Tracks the given session, by registering this SessionTracker as a listener with the given session, and by incrementing the counter of currently tracked sessions.
@param session The session to track
-
org.apache.commons.io.FileCleaningTracker.track()
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected. The speified deletion strategy is used.
@param path the full path to the file to be tracked, not null
@param marker the marker object used to track the file, not null
@param deleteStrategy the strategy to delete the file, null means normal
@throws NullPointerException if the path is null
-
org.apache.coyote.tomcat5.SessionTracker.track()
Tracks the given session, by registering this SessionTracker as a listener with the given session, and by incrementing the counter of currently tracked sessions.
@param session The session to track
-
org.apache.jackrabbit.oak.osgi.OsgiWhiteboard.track()
-
org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard.track()
Starts tracking services of the given type.
@param type type of the services to track
@return service tracker
-
org.apache.jackrabbit.vault.fs.spi.ProgressTracker.track()
-
org.apache.tomcat.util.http.fileupload.FileCleaningTracker.track()
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected. The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
@param file the file to be tracked, not null
@param marker the marker object used to track the file, not null
@throws NullPointerException if the file is null
-
org.eclipse.jdt.core.dom.rewrite.ASTRewrite.track()
Returns an object that tracks the source range of the given node across the rewrite to its AST. Upon return, the result object reflects the given node's current source range in the AST. After rewrite
is called, the result object is updated to reflect the given node's source range in the rewritten AST.
@param node the node to track
@return an object that tracks the source range of node
@throws IllegalArgumentException if the node is null, or if the nodeis not part of this rewriter's AST, or if the node is already being tracked
-
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.track()
Returns an object that tracks the source range of the given node across the rewrite to its AST. Upon return, the result object reflects the given node's current source range in the AST. After rewrite
is called, the result object is updated to reflect the given node's source range in the rewritten AST.
@param node the node to track
@return an object that tracks the source range of node
@throws IllegalArgumentException if the node is null, or if the node is not part of this rewriter's AST, or if the node is already being tracked
-
org.osforce.connect.service.tracker.UserTracker.track()
-
twitter4j.FilterQuery.track()
Sets track
@param track Specifies keywords to track.
@return this instance