Method getLong(String nm, long val)
Return type:
java.lang.Long
Member of:
java.lang.Long
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
Long.getLong(
2
Long.getLong("org.netbeans.core.TopLogging.LOG_MAX_SIZE", 0x40000).longValue(); // NOI18N
3
minWaitTime = Long.getLong("org.cougaar.trigger.minWait",1000L).longValue();
4
Long.getLong(PERSISTENCE_RESERVATION_TIMEOUT_PROP, 120000L).longValue();
5
Long.getLong(NEW_CUSTOMER_WAIT_PROP, NEW_CUSTOMER_WAIT_DEFAULT).longValue();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.