|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.PointcutConfig
This is an object that stores an pointcut AOP data after parsing the bridgetown XML configuration file.
This is a configuration class for assembly factories that supports aspect oriented proxies
| Field Summary | |
static java.lang.String |
GLOBAL_CONTEXT_NAME
A special identifier that identifies the global context for a global pointcut. |
| Constructor Summary | |
PointcutConfig()
Default constructor |
|
| Method Summary | |
void |
addParameter(ParameterConfig parameter)
Adds a new parameter configuration to this pointcut. |
java.lang.String |
getContextName()
Gets the contextName |
java.lang.String |
getDescription()
Gets the description |
InvokeMethodConfig |
getInvokeMethod()
Gets the invoke method configuration |
JoinpointsConfig |
getJoinpointsConfig()
Gets the joinpointsConfig |
java.lang.String |
getName()
Gets the pointcut name |
java.util.Map |
getParameters()
Gets the parameters |
java.util.List |
getParametersList()
A convenience method that retrieves a shallow copy of the properties config collection as a list collection |
TransactionConfig |
getTransactionConfig()
Gets the transactionConfig |
java.lang.String |
getType()
Gets the type implementation class |
void |
setContextName(java.lang.String contextName)
Sets the contextName |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setInvokeMethod(InvokeMethodConfig invokeMethod)
Sets the invoke method configuration |
void |
setJoinpointsConfig(JoinpointsConfig joinpointsConfig)
Sets the joinpointsConfig |
void |
setName(java.lang.String name)
Sets the pointcut name |
void |
setParameters(java.util.Map parameters)
Sets the parameters |
void |
setTransactionConfig(TransactionConfig transactionConfig)
Sets the transactionConfig |
void |
setType(java.lang.String type)
Sets the type implementation class |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String GLOBAL_CONTEXT_NAME
| Constructor Detail |
public PointcutConfig()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - the new value for namepublic java.lang.String getContextName()
public void setContextName(java.lang.String contextName)
contextName - The contextName to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new value for descriptionpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new value for typepublic JoinpointsConfig getJoinpointsConfig()
public void setJoinpointsConfig(JoinpointsConfig joinpointsConfig)
joinpointsConfig - The joinpointsConfig to set.public InvokeMethodConfig getInvokeMethod()
public void setInvokeMethod(InvokeMethodConfig invokeMethod)
invokeMethod - the new value for invokeMethodpublic TransactionConfig getTransactionConfig()
public void setTransactionConfig(TransactionConfig transactionConfig)
transactionConfig - The transactionConfig to set.public java.util.Map getParameters()
public void setParameters(java.util.Map parameters)
parameters - the new value for parameterspublic java.util.List getParametersList()
public void addParameter(ParameterConfig parameter)
parameter - the parameter config objectIPointCut.getParameter(String)public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||