Method getName()
Return type:
java.lang.String
Member of:
java.lang.Class
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
private final static Logger logger = Logger.getLogger(DatabaseConnection.class.getName());
2
private static final Logger log = Logger.getLogger(SpatialLocation.class.getName());
3
private static final Logger LOG = Logger.getLogger(AbstractRegexProcessor.class.getName());
4
static Logger logger=Logger.getLogger(AIMClient.class.getName());
5
private final static int HASH_INITIAL = Command.class.getName().hashCode();
6
super(PBClient.class.getName());
7
super(JndiJmx.class.getName());
8
java.beans.Beans.instantiate(this.getClass().getClassLoader(), TestBean.class.getName());
9
return new Reference(getClass().getName(), Jdbc3ObjectFactory.class.getName(), null);
10
this(c, o.getClass().getName());
11
throw new UnsupportedOperationException(this.getClass().getName());
12
return getClass().getName().hashCode();
13
private static Logger log = LogManager.getLogger(EJBModule.class.getName());
14
private static LogService log = LogService.getInstance(Scanner.class.getName());
15
private static Log log = LogFactory.getLog(SOAPBody.class.getName());
16
final static Category LOG = Category.getInstance(DateColumnSpec.class.getName());
17
private static final Category cat = Category.getInstance(MiscTest.class.getName());
18
static final org.apache.log4j.Category log = org.apache.log4j.Category.getInstance(BeanTableDataModel.class.getName());
19
throw new UnsupportedOperationException(this.getClass().getName());
20
return getClass ().getName ();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.