⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globalconfigurationdatalocal.java

📁 一个免费的CA,基于EJB平台的,老师叫我们测试,现把之共享出来让大家参考
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package org.ejbca.core.ejb.ra.raadmin;/** * Local interface for GlobalConfigurationData. */public interface GlobalConfigurationDataLocal   extends javax.ejb.EJBLocalObject{   public java.lang.String getConfigurationId(  ) ;   /**    * Method that returns the globalconfigurtation and updates it if nessesary.    */   public org.ejbca.core.model.ra.raadmin.GlobalConfiguration getGlobalConfiguration(  ) ;   /**    * Method that saves the global configuration to database.    */   public void setGlobalConfiguration( org.ejbca.core.model.ra.raadmin.GlobalConfiguration globalconfiguration ) ;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -