logentrydatalocal.java
来自「一个免费的CA,基于EJB平台的,老师叫我们测试,现把之共享出来让大家参考」· Java 代码 · 共 43 行
JAVA
43 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?