|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.aop.target.EmptyTargetSource
public class EmptyTargetSource
Canonical TargetSource when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only.
| Field Summary | |
|---|---|
static EmptyTargetSource |
INSTANCE
The canonical (Singleton) instance of this EmptyTargetSource. |
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
static EmptyTargetSource |
forClass(Class targetClass)
Return an EmptyTargetSource for the given target Class. |
Object |
getTarget()
Always returns null. |
Class |
getTargetClass()
Always returns the specified target Class, or null if none. |
int |
hashCode()
|
boolean |
isStatic()
Always returns true. |
void |
releaseTarget(Object target)
Nothing to release. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EmptyTargetSource INSTANCE
EmptyTargetSource.
| Method Detail |
|---|
public static EmptyTargetSource forClass(Class targetClass)
targetClass - the target Class (may be null)getTargetClass()public Class getTargetClass()
null if none.
getTargetClass in interface TargetClassAwaregetTargetClass in interface TargetSourcenull if not knownpublic boolean isStatic()
true.
isStatic in interface TargetSourcetrue if the target is immutableTargetSource.getTarget()public Object getTarget()
null.
getTarget in interface TargetSourcepublic void releaseTarget(Object target)
releaseTarget in interface TargetSourcetarget - object obtained from a call to TargetSource.getTarget()public boolean equals(Object other)
public int hashCode()
public String toString()
|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||