org.jboss.aspects.patterns.singleton
Class Singleton

java.lang.Object
  extended by org.jboss.aspects.patterns.singleton.Singleton

public class Singleton
extends Object

A simple implementation of a singleton.

This advice should be PER_CLASS scoped

e.g.

  
 

 
     
 
 

Version:
$Revision: 37406 $
Author:
Adrian Brock

Constructor Summary
Singleton()
           
 
Method Summary
 Object constructorAdvice(ConstructorInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Singleton

public Singleton()
Method Detail

constructorAdvice

public Object constructorAdvice(ConstructorInvocation invocation)
                         throws Throwable
Throws:
Throwable


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.