com.xenonsoft.bridgetown.soa.config
Class JoinpointsConfig

java.lang.Object
  extended bycom.xenonsoft.bridgetown.soa.config.JoinpointsConfig
All Implemented Interfaces:
java.io.Serializable

public class JoinpointsConfig
extends java.lang.Object
implements java.io.Serializable

This is an object that stores an ordered collection of joinpoint data after parsing the bridgetown XML configuration file.

Version:
$Id: JoinpointsConfig.java,v 1.6 2005/03/17 02:37:22 peter_pilgrim Exp $
Author:
Peter Pilgrim, 01-Oct-2004
See Also:
Serialized Form

Constructor Summary
JoinpointsConfig()
          Default constructor
 
Method Summary
 void addJoinpoint(JoinpointConfig jointpoint)
          Adds a joinpoint config to the list of joinpoint configs
 java.lang.String getDefaultClassFinderExpr()
          Gets the defaultClassFinderExpr
 java.lang.String getDefaultMethodFinderExpr()
          Gets the defaultMethodFinderExpr
 java.lang.String getDefaultServiceFinder()
          Gets the defaultServiceFinder
 java.lang.String getDefaultType()
          Gets the defaultType
 java.util.List getJoinpoints()
          Gets the joinpoints
 JoinpointConfig[] getJointpointsAsArray()
          Gets the list of join points as a primitive array, this is a convenience method.
 void setDefaultClassFinderExpr(java.lang.String defaultClassFinder)
          Sets the defaultClassFinderExpr
 void setDefaultMethodFinderExpr(java.lang.String defaultMethodFinder)
          Sets the defaultMethodFinderExpr
 void setDefaultServiceFinder(java.lang.String defaultServiceFinder)
          Sets the defaultServiceFinder
 void setDefaultType(java.lang.String defaultType)
          Sets the defaultType
 void setJoinpoints(java.util.List joinpointList)
          Sets the joinpoints
 java.lang.String toString()
          Gets debuggable string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoinpointsConfig

public JoinpointsConfig()
Default constructor

Method Detail

getDefaultClassFinderExpr

public java.lang.String getDefaultClassFinderExpr()
Gets the defaultClassFinderExpr

Returns:
Returns the defaultClassFinderExpr.

setDefaultClassFinderExpr

public void setDefaultClassFinderExpr(java.lang.String defaultClassFinder)
Sets the defaultClassFinderExpr


getDefaultMethodFinderExpr

public java.lang.String getDefaultMethodFinderExpr()
Gets the defaultMethodFinderExpr

Returns:
Returns the defaultMethodFinderExpr.

setDefaultMethodFinderExpr

public void setDefaultMethodFinderExpr(java.lang.String defaultMethodFinder)
Sets the defaultMethodFinderExpr


getDefaultServiceFinder

public java.lang.String getDefaultServiceFinder()
Gets the defaultServiceFinder

Returns:
Returns the defaultServiceFinder.

setDefaultServiceFinder

public void setDefaultServiceFinder(java.lang.String defaultServiceFinder)
Sets the defaultServiceFinder

Parameters:
defaultServiceFinder - The defaultServiceFinder to set.

getDefaultType

public java.lang.String getDefaultType()
Gets the defaultType

Returns:
Returns the defaultType.

setDefaultType

public void setDefaultType(java.lang.String defaultType)
Sets the defaultType

Parameters:
defaultType - The defaultType to set.

getJoinpoints

public java.util.List getJoinpoints()
Gets the joinpoints

Returns:
Returns the joinpoints.

setJoinpoints

public void setJoinpoints(java.util.List joinpointList)
Sets the joinpoints


addJoinpoint

public void addJoinpoint(JoinpointConfig jointpoint)
Adds a joinpoint config to the list of joinpoint configs

Parameters:
jointpoint - the joinpoint config

getJointpointsAsArray

public JoinpointConfig[] getJointpointsAsArray()
Gets the list of join points as a primitive array, this is a convenience method.

Returns:
the array of joinpoint configurations

toString

public java.lang.String toString()
Gets debuggable string



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.