|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.deploy.ProfileListenerCondition
public class ProfileListenerCondition
A default implementation of a ListenerCondition. This class can be used to quickly create a condition based on match on deploymentSequenceId, profileClass and platformType. If any of these are null, a wildcard is assumed. For example, if platformType is null, the listener associated with this Condition will fire for all platformType(s).
| Constructor Summary | |
|---|---|
ProfileListenerCondition(int deploymentSequenceId,
java.lang.Class<? extends Profile> profileClass,
oracle.jdeveloper.deploy.meta.PlatformType platformType)
Creates a condition based on the arguments to this constructor. |
|
| Method Summary | |
|---|---|
boolean |
shouldFire(DeployEvent event)
|
boolean |
shouldFireImpl(int deploymentSequenceId,
Profile profile,
DeployShell shell)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileListenerCondition(int deploymentSequenceId,
java.lang.Class<? extends Profile> profileClass,
oracle.jdeveloper.deploy.meta.PlatformType platformType)
deploymentSequenceId - profileClass - platformType - | Method Detail |
|---|
public boolean shouldFireImpl(int deploymentSequenceId,
Profile profile,
DeployShell shell)
public boolean shouldFire(DeployEvent event)
shouldFire in interface ListenerCondition
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||