org.glassfish.ejb.deployment
Class ScheduledTimerValidatorImpl

java.lang.Object
  extended by org.glassfish.ejb.deployment.ScheduledTimerValidatorImpl
All Implemented Interfaces:
ScheduledTimerValidator

@Service
public class ScheduledTimerValidatorImpl
extends java.lang.Object
implements ScheduledTimerValidator

Utility class to use ejb container code to validate ScheduledTimerDescriptor attributes

Version:
Author:
Marina Vatkina

Constructor Summary
ScheduledTimerValidatorImpl()
           
 
Method Summary
 void validateScheduledTimerDescriptor(ScheduledTimerDescriptor sd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledTimerValidatorImpl

public ScheduledTimerValidatorImpl()
Method Detail

validateScheduledTimerDescriptor

public void validateScheduledTimerDescriptor(ScheduledTimerDescriptor sd)
Specified by:
validateScheduledTimerDescriptor in interface ScheduledTimerValidator


Copyright © 2012 GlassFish Community. All Rights Reserved.