Skip to content

Commit

Permalink
Move Felix Project Team mail address form incubator to the new top-le…
Browse files Browse the repository at this point in the history
…vel dev list.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@548480 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
karlpauls committed Jun 18, 2007
1 parent 56302a1 commit 01557b5
Show file tree
Hide file tree
Showing 282 changed files with 308 additions and 308 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* with the framework on start. Subsequently, ConfigurationEvents will be
* bridged to available EventAdmin services (as per spec).
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class Activator implements BundleActivator
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.osgi.service.event.EventConstants;

/**
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class ConfigurationEventToEventAdminBridge implements
ConfigurationListener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* framework on start. Subsequently, UPnPEvents will be bridged to available
* EventAdmin services (as per spec).
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class Activator implements BundleActivator
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* ServiceListener for EventHandlers in order to determine EventHandler
* availability.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class UPnPEventToEventAdminBridge implements UPnPEventListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* framework on start. Subsequently, UserAdminEvents will be bridged to available
* EventAdmin services (as per spec).
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class Activator implements BundleActivator
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.osgi.service.useradmin.UserAdminListener;

/**
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class UserAdminEventToEventAdminBridge implements UserAdminListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* framework on start. Subsequently, WireAdminEvents will be bridged to available
* EventAdmin services (as per spec).
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class Activator implements BundleActivator
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.osgi.service.wireadmin.WireAdminListener;

/**
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class WireAdminEventToEventAdminBridge implements WireAdminListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
* (i.e., they are treated the same as with a topic=*).
* </p>
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
// TODO: Security is in place but untested due to not being implemented by the
// framework. However, it needs to be revisited once security is implemented.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* implementations of the <tt>DeliverTasks</tt>. Additionally, a stop method is
* provided that prevents subsequent events to be delivered.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class EventAdminImpl implements EventAdmin
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* This class registers itself as a listener for bundle events and posts them via
* the EventAdmin as specified in 113.6.4 OSGi R4 compendium.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class BundleEventAdapter implements BundleListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* This class registers itself as a listener for framework events and posts them via
* the EventAdmin as specified in 113.6.3 OSGi R4 compendium.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class FrameworkEventAdapter implements FrameworkListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* available hence, combined with a DynamicImport-Package no hard dependency is
* needed.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class LogEventAdapter implements ServiceListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* This class registers itself as a listener for service events and posts them via
* the EventAdmin as specified in 113.6.5 OSGi R4 compendium.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class ServiceEventAdapter implements ServiceListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* threads hence, once the pool size is reached older threads will be decoupled from
* the pool and the newly created are added to it.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
// TODO: The least recently used method deployed is rather a hack in this case
// it really should be refactored into a plugable strategy. However, I believe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @see org.apache.felix.eventadmin.impl.dispatch.Scheduler
* @see java.util.Timer
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class DelayScheduler implements Scheduler
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* interval. Additionally, a null object is provided that can be used to disable
* scheduled execution.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface Scheduler
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @see org.apache.felix.eventadmin.impl.dispatch.TaskQueue
* @see org.apache.felix.eventadmin.impl.dispatch.TaskProducer
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class TaskHandler implements TaskQueue, TaskProducer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* while blocking in the <tt>next()</tt> call until then. Unless there won't be any
* more tasks in which case <tt>null</tt> is returned.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface TaskProducer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* are in the same order one after the other in the queue) either at the end or the
* front of the queue. Additionally, the queue can be closed.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface TaskQueue
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* that the specific threads have not been created by this pool. Note that a closed
* pool should still execute new tasks but stop pooling threads.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface ThreadPool
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* of this interface may do additional service reference life-cycle related
* clean-up actions like removing references that point to unregistered services.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface BlackList
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* will match applicable <tt>EventHandler</tt> references. In order to ease some of
* the overhead pains of this approach some light caching is going on.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class BlacklistingHandlerTasks implements HandlerTasks
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* This is an implementation of the <tt>Filters</tt> factory that uses a cache in
* order to speed-up filter creation.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class CacheFilters implements Filters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* The factory for <tt>EventHandler</tt> filters based on a certain topic. This
* implementation uses a cache to speed-up filter creation.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class CacheTopicHandlerFilters implements TopicHandlerFilters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* @see org.apache.felix.eventadmin.impl.handler.BlackList
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class CleanBlackList implements BlackList
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* are provided that either always return <tt>true</tt> or <tt>false</tt>,
* respectively.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface Filters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* The factory for event handler tasks. Implementations of this interface can be
* used to create tasks that handle the delivery of events to event handlers.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface HandlerTasks
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* The factory for <tt>EventHandler</tt> filters based on a certain topic.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface TopicHandlerFilters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @see org.apache.felix.eventadmin.impl.security.TopicPermissions
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class CacheTopicPermissions implements TopicPermissions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* the given bundle doesn't pass the check or delegate the call to decorated service
* instance, respectively.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class EventAdminSecurityDecorator implements EventAdmin
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* appropriate permissions by using the given permission factory and the bundle
* parameter passed to the <tt>getService()</tt> method.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class SecureEventAdminFactory implements ServiceFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* to missing security support by the framework (i.e, security is not supported at
* all) an instance of <tt>java.lang.Object</tt> will be returned.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface TopicPermissions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* while the former waits for the synchronous event to be delivered and then return
* to its <tt>ThreadPool</tt>.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class AsyncDeliverTasks implements DeliverTasks, HandoverTask, DeliverTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This task will can be used to block a thread that subsequently will be unblocked
* once the task is executed.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class BlockTask implements HandlerTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Dispatch given event dispatch tasks.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface DeliverTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* A factory that creates <tt>DeliverTask</tt> objects.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface DeliverTasks
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* This class is the core of the event dispatching (for both, synchronous and
* asynchronous). It implements handover and timeout capabilities.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class DispatchTask implements Runnable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* A task that will deliver its event to its <tt>EventHandler</tt> when executed
* or blacklist the handler, respectively.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface HandlerTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* An implementation of the <tt>HandlerTask</tt> interface.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class HandlerTaskImpl implements HandlerTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* A task that is used to handover a dispatch thread context to another thread.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface HandoverTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* A task that wakes-up a disabled <tt>DispatchTask</tt>. Additionally, it will
* stop the currently running task.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class ResumeTask implements HandlerTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* anymore it will not notice this semantic difference except that it might not see
* events it already sent before.
* </tt></pre>
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class SyncDeliverTasks implements DeliverTasks, HandoverTask, DeliverTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* This is the interface of a simple cache map.
*
* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public interface CacheMap
{
Expand Down
Loading

0 comments on commit 01557b5

Please sign in to comment.