KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > Method > Top Examples

  • org.jboss.verifier.strategy.EJBVerifier21
    EJB 2.1 bean verifier. @author <a HREF="mailto:christoph.jung@infor.de">Christoph G. Jung</a> @author Thomas.Diesler@jboss.org @version $Revision: 1.3.4.1 $ @since 02.12.2003
  • org.jboss.verifier.strategy.EJBVerifier20
    EJB 2.0 bean verifier. @author Juha Lindfors (jplindfo@helsinki.fi) @author Jay Walters (jwalters@computer.org) @author <a HREF="mailto:criege@riege.com">Christian Riege</a> @author Thomas.Diesler@jboss.org @version $Revision: 1.33.6.1 $ @since JDK 1.3
  • org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper
    Wrap the Catalina 5.0 Web Container Service because Catalina use Digester to parse its server.xml @author Guillaume Sauthier
  • org.jboss.verifier.strategy.AbstractVerifier
    Abstract superclass for verifiers containing a bunch of useful methods. @see org.jboss.verifier.strategy.VerificationStrategy @author <a HREF="mailto:juha.lindfors@jboss.org">Juha Lindfors</a> @author Aaron Mulder (ammulder@alumni.princeton.edu) @author Vinay Menon (menonv@c ...
  • org.jboss.aop.reflection.ReflectionAspect
    @author <a HREF="mailto:kabirkhan@bigfoot.com">Kabir Khan</a> <p/> Aspect to intercept calls to the reflection API. Calls to Class.newInstance(), Field.setXXX(), Field.getXXX(), Constructor.newInstance() don't get intercepted even though the underlying constructor/field might hav ...
  • org.jboss.verifier.strategy.EJBVerifier11
    Concrete implementation of the <code>VerificationStrategy</code> interface. This class implements the verification of both session and entity beans for Enterprise JavaBeans v1.1 specification. For more detailed documentation, refer to the <a HREF="http://java.sun.com/products/ejb/d ...
  • com.lutris.appserver.server.StandardApplication
    Default application implementation. This class provides standard start/stop services. This can be used as a base class to derive Application objects. @version $Revision: 1.1 $ @author Mark Diekhans
  • com.caucho.util.BeanUtil
    Bean utilities.
  • org.apache.commons.beanutils.MappedPropertyDescriptor
    A MappedPropertyDescriptor describes one mapped property. Mapped properties are multivalued properties like indexed properties but that are accessed with a String key instead of an index. Such property values are typically stored in a Map collection. For this class to work properly, a mapped value ...
  • org.jboss.aop.ClassAdvisor
    Advises a class and provides access to the class's aspect chain. Each advisable class has an associated <code>Advisor</code> instance. References methods using <code>int</code> IDs rather than the actual instances for optimal performance. Provides ability to invoke methods ...
  • com.opensymphony.workflow.designer.beanutils.MappedPropertyDescriptor
    A MappedPropertyDescriptor describes one mapped property. Mapped properties are multivalued properties like indexed properties but that are accessed with a String key instead of an index. Such property values are typically stored in a Map collection. For this class to work properly, a mapped value ...
  • org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl
    @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.1.2.1 $</tt>
  • org.jboss.test.aop.reflection.ReflectionPOJO
    @author <a HREF="mailto:kabirkhan@bigfoot.com">Kabir Khan</a>
  • org.apache.commons.modeler.util.IntrospectionUtils
    Depends: JDK1.1 Utils for introspection and reflection Source: jakarta-tomcat-connector/util
  • org.jboss.aop.advice.AbstractAdvice
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.10 $
  • org.jboss.ejb.plugins.BMPPersistenceManager
    Persistence manager for BMP entites. All calls are simply deligated to the entity implementation class. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:andreas.s ...
  • org.apache.axis.description.JavaServiceDesc
    A ServiceDesc is an abstract description of a service. ServiceDescs contain OperationDescs, which are descriptions of operations. The information about a service's operations comes from one of two places: 1) deployment, or 2) introspection. @author Glen Daniels (gdaniels@apache.org)
  • groovy.lang.MetaClass
    Allows methods to be dynamically added to existing classes at runtime @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Guillaume Laforge @version $Revision: 1.85 $
  • org.jboss.axis.description.ServiceDesc
    A ServiceDesc is an abstract description of a service. <p/> ServiceDescs contain OperationDescs, which are descriptions of operations. The information about a service's operations comes from one of two places: 1) deployment, or 2) introspection. @author Glen Daniels (gdaniels@apache.org)
  • gcc.util.JavaMethod
    Utility methods for obtaining method signatures and calling static methods on dynamically loaded classes.
  • org.objectweb.jac.core.rtti.ClassRepository
    This class defines the class repository of the rtti aspect.<p> It contains class items that are field and method items agregates.<p> @see ClassItem @see MethodItem @see FieldItem @see CollectionItem @author Renaud Pawlak @author Laurent Martelli
  • org.jboss.invocation.MarshalledInvocation
    The MarshalledInvocation is an invocation that travels. As such it serializes its payload because of lack of ClassLoader visibility. As such it contains Marshalled data representing the byte[] of the Invocation object it extends Besides handling the specifics of "marshalling" the payload, which c ...
  • org.apache.catalina.security.SecurityUtil
    This utility class associates a <code>Subject</code> to the current <code>AccessControlContext</code>. When a <code>SecurityManager</code> is used, * the container will always associate the called thread with an AccessControlContext * containing only the princip ...
  • org.apache.commons.jexl.util.introspection.MethodMap
    @author <a HREF="mailto:jvanzyl@apache.org">Jason van Zyl</a> @author <a HREF="mailto:bob@werken.com">Bob McWhirter</a> @author <a HREF="mailto:Christoph.Reck@dlr.de">Christoph Reck</a> @author <a HREF="mailto:geirm@optonline.net">Geir Magnusson Jr.</a ...
  • com.inversoft.util.test.ReflectionToolsTest
    This class contains all the tests for the ReflectionTools class. This should not directly test any other class. @author Brian Pontarelli
  • com.caucho.hessian.io.BeanDeserializer
    Serializing an object for known object types.
  • org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
  • org.eclipse.ui.internal.handlers.WidgetMethodHandler
    Handles the cut command in both dialogs and windows. This handler is enabled if the focus control supports the "cut" method. @since 3.0
  • org.apache.axis.utils.bytecode.ClassReader
    This is the class file reader for obtaining the parameter names for declared methods in a class. The class must have debugging attributes for us to obtain this information. <p> This does not work for inherited methods. To obtain parameter names for inherited methods, you must use a paramR ...
  • com.lutris.appserver.server.Enhydra
    import org.enhydra.dods.DODS; import org.enhydra.dods.DODSException; The Enhydra class provides static methods that allow each application to conviently get at their application object. It also provides access <P> This class implements dynamically scoped global variables, accessed via st ...
  • org.codehaus.aspectwerkz.annotation.Annotations
    Utility class for annotation retrieval. <br/>Note: Annotations are extracted out of ASMClassInfo <br/>Note: caution when changing that to use reflection, since it might lead to load target class during aspect system startup. @author <a HREF="mailto:jboner@codehaus.org">Jonas Bon ...
  • org.exolab.jms.net.connector.Request
    A <code>Request</code> wraps all of the information needed to invoke a method on a remote object. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.3 $ $Date: 2005/04/14 15:08:06 $ @see Response @see Connection
  • org.jboss.axis.description.OperationDesc
    An OperationDesc is an abstract description of an operation on a service. @author Glen Daniels (gdaniels@apache.org)
  • org.objectweb.proactive.core.mop.MOPClassLoader
  • com.caucho.jms.jca.ListenerEndpointFactory
    The JMS MessageListener endpoing factory
  • net.sf.cglib.beans.BulkBean
    @author Juozas Baliuka
Popular Tags