org.azuki.framework.bean
Class Bean

java.lang.Object
  extended by org.azuki.framework.bean.Bean

public final class Bean
extends Object

Author:
Robert Bakic (robert.bakic@gmail.com)

Nested Class Summary
static interface Bean.Impl
           
 
Constructor Summary
Bean()
           
 
Method Summary
static IMetadata getMetadata(Integer bid)
           
static IMetadata getMetadata(Object bean)
           
static Collection<IPointcut> getPointcuts(Integer aspid)
           
static Collection<IPointcut> getPointcuts(String name)
           
static boolean isBean(Object obj)
           
static Collection<IMetadata> search(String name)
           
static Collection<IMetadata> search(String name, String labl)
           
static IMetadata searchFirst(String name)
           
static IMetadata searchFirst(String name, String labl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bean

public Bean()
Method Detail

getPointcuts

public static final Collection<IPointcut> getPointcuts(Integer aspid)

getPointcuts

public static final Collection<IPointcut> getPointcuts(String name)

isBean

public static final boolean isBean(Object obj)

search

public static final Collection<IMetadata> search(String name)

search

public static final Collection<IMetadata> search(String name,
                                                 String labl)

searchFirst

public static final IMetadata searchFirst(String name)

searchFirst

public static final IMetadata searchFirst(String name,
                                          String labl)

getMetadata

public static final IMetadata getMetadata(Object bean)
                                   throws Exception
Throws:
Exception

getMetadata

public static final IMetadata getMetadata(Integer bid)
                                   throws Exception
Throws:
Exception


Azuki Framework Copyright © 2006 the original author or authors.