public class TimestampUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.nt.udc.oi.node.ipdr.TimestampFormatter |
m_formatter |
static TimestampUtil |
m_instance |
protected int |
m_type |
static int |
TIMESTAMP_TYPE_UTC |
static int |
TIMESTAMP_TYPE_Z |
Modifier and Type | Method and Description |
---|---|
static TimestampUtil |
getInstance() |
java.lang.String |
getTimestamp() |
java.lang.String |
getTimestamp(java.util.Date d) |
void |
setTimestampType(int type) |
public static final int TIMESTAMP_TYPE_UTC
public static final int TIMESTAMP_TYPE_Z
public static TimestampUtil m_instance
protected int m_type
protected com.nt.udc.oi.node.ipdr.TimestampFormatter m_formatter
public static TimestampUtil getInstance()
public void setTimestampType(int type)
public java.lang.String getTimestamp()
public java.lang.String getTimestamp(java.util.Date d)