📄 logentrydatalocal.java
字号:
/* * Generated by XDoclet - Do not edit! */package org.ejbca.core.ejb.log;/** * Local interface for LogEntryData. */public interface LogEntryDataLocal extends javax.ejb.EJBLocalObject{ public java.lang.Integer getId( ) ; public int getAdminType( ) ; public java.lang.String getAdminData( ) ; /** * The id of the CA performing the event. */ public int getCaId( ) ; /** * Indicates the module (CA,RA ...) using the logsession bean. */ public int getModule( ) ; public java.lang.String getUsername( ) ; public java.lang.String getCertificateSNR( ) ; public int getEvent( ) ; /** * If you are using Weblogic and Oracle add: column-name="comment_" to the end of the ejb persistense line. The column-name is normally comment, but comment_ for oracle. */ public java.lang.String getComment( ) ; public java.util.Date getTimeAsDate( ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -