代码搜索:deployable
找到约 11 项符合「deployable」的源代码
代码结果 11
www.eeworm.com/read/197012/5098174
java deployableunitid.java
package javax.slee.management;
/**
* The DeployableUnitID interface is a marker interface to
* encapsulate the identity of deployable units installed in the SLEE.
*/
public interface
www.eeworm.com/read/197012/5098185
java alreadydeployedexception.java
package javax.slee.management;
/**
* This exception is thrown by the {@link DeploymentMBean#install} method if an
* attempt is made to install a deployable unit or component with the same
* identi
www.eeworm.com/read/197012/5098182
java dependencyexception.java
package javax.slee.management;
/**
* This exception is thrown by {@link DeploymentMBean#uninstall} method if an
* attempt is made to uninstall a deployable unit when another component in
* another
www.eeworm.com/read/197012/5098189
java deploymentexception.java
package javax.slee.management;
/**
* This exception is thrown by methods defined in {@link DeploymentMBean} when
* a deployment operation fails due to a problem with the deployable unit.
*/
public
www.eeworm.com/read/197012/5098176
java deployableunitdescriptor.java
package javax.slee.management;
import java.util.Date;
import javax.slee.ComponentID;
/**
* This interface provides access to deployment-specific attributes that
* describe an installed deployable