org.apache.directory.shared.ldap.trigger
Class TriggerSpecification

java.lang.Object
  extended by org.apache.directory.shared.ldap.trigger.TriggerSpecification

public class TriggerSpecification
extends java.lang.Object

The Trigger Specification Bean.

Version:
$Rev:$, $Date:$
Author:
Apache Directory Project

Nested Class Summary
static class TriggerSpecification.SPSpec
           
 
Constructor Summary
TriggerSpecification(LdapOperation ldapOperation, ActionTime actionTime, java.util.List<TriggerSpecification.SPSpec> spSpecs)
           
 
Method Summary
 ActionTime getActionTime()
           
 LdapOperation getLdapOperation()
           
 java.util.List<TriggerSpecification.SPSpec> getSPSpecs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerSpecification

public TriggerSpecification(LdapOperation ldapOperation,
                            ActionTime actionTime,
                            java.util.List<TriggerSpecification.SPSpec> spSpecs)
Method Detail

getActionTime

public ActionTime getActionTime()

getLdapOperation

public LdapOperation getLdapOperation()

getSPSpecs

public java.util.List<TriggerSpecification.SPSpec> getSPSpecs()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.