resourceadaptortypedescriptor.java
来自「jainslee1.0 源代码」· Java 代码 · 共 19 行
JAVA
19 行
package javax.slee.resource;import javax.slee.EventTypeID;import javax.slee.management.ComponentDescriptor;/** * This interface provides access to deployment-specific attributes that * describe an installed resource adaptor type. */public interface ResourceAdaptorTypeDescriptor extends ComponentDescriptor { /** * Get the component identifiers of the event types used by this resource adaptor type. * @return the component identifiers of the event types used by this resource adaptor type. */ public EventTypeID[] getEventTypes();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?