org.neo4j.kernel.logging
Class Slf4jMarkerAdapter

java.lang.Object
  extended by org.neo4j.kernel.logging.Slf4jMarkerAdapter
All Implemented Interfaces:
Serializable, org.slf4j.Marker

public class Slf4jMarkerAdapter
extends Object
implements org.slf4j.Marker

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.slf4j.Marker
ANY_MARKER, ANY_NON_NULL_MARKER
 
Constructor Summary
Slf4jMarkerAdapter(String name)
           
 
Method Summary
 void add(org.slf4j.Marker reference)
           
 boolean contains(org.slf4j.Marker other)
           
 boolean contains(String name)
           
 String getName()
           
 boolean hasChildren()
           
 boolean hasReferences()
           
 Iterator iterator()
           
 boolean remove(org.slf4j.Marker reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.slf4j.Marker
equals, hashCode
 

Constructor Detail

Slf4jMarkerAdapter

public Slf4jMarkerAdapter(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.slf4j.Marker

add

public void add(org.slf4j.Marker reference)
Specified by:
add in interface org.slf4j.Marker

remove

public boolean remove(org.slf4j.Marker reference)
Specified by:
remove in interface org.slf4j.Marker

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface org.slf4j.Marker

hasReferences

public boolean hasReferences()
Specified by:
hasReferences in interface org.slf4j.Marker

iterator

public Iterator iterator()
Specified by:
iterator in interface org.slf4j.Marker

contains

public boolean contains(org.slf4j.Marker other)
Specified by:
contains in interface org.slf4j.Marker

contains

public boolean contains(String name)
Specified by:
contains in interface org.slf4j.Marker


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.