BEA WebLogic Server Support for Apache Beehive
com.bea.control
Class ServiceControlChecker
java.lang.Object
com.bea.control.ServiceControlChecker
- All Implemented Interfaces:
- org.apache.beehive.controls.api.bean.ControlChecker
- public class ServiceControlChecker
- extends Object
- implements org.apache.beehive.controls.api.bean.ControlChecker
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
Method Summary |
void |
check(com.sun.mirror.declaration.Declaration decl,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
|
void |
checkAsField(com.sun.mirror.declaration.FieldDeclaration fd,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
|
void |
checkAsType(com.sun.mirror.declaration.TypeDeclaration td,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceControlChecker
public ServiceControlChecker()
check
public void check(com.sun.mirror.declaration.Declaration decl,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
- Specified by:
check
in interface org.apache.beehive.controls.api.bean.ControlChecker
checkAsField
public void checkAsField(com.sun.mirror.declaration.FieldDeclaration fd,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)
checkAsType
public void checkAsType(com.sun.mirror.declaration.TypeDeclaration td,
com.sun.mirror.apt.AnnotationProcessorEnvironment env)