org.apache.ace.client.automation
Class AutoGatewayOperator

java.lang.Object
  extended by org.apache.ace.client.automation.AutoGatewayOperator
All Implemented Interfaces:
org.osgi.service.cm.ManagedService

public class AutoGatewayOperator
extends Object
implements org.osgi.service.cm.ManagedService

Automatic gateway operator, when configured will automatically register, approve, auto-approve and commit gateways to the repository. An LDAP filter can be used to filter for the correct gateways


Field Summary
static String PID
           
static String SCHEDULER_NAME
           
 
Constructor Summary
AutoGatewayOperator()
           
 
Method Summary
 void start()
           
 void stop()
           
 void updated(Dictionary settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PID

public static final String PID
See Also:
Constant Field Values

SCHEDULER_NAME

public static final String SCHEDULER_NAME
See Also:
Constant Field Values
Constructor Detail

AutoGatewayOperator

public AutoGatewayOperator()
Method Detail

start

public void start()

stop

public void stop()

updated

public void updated(Dictionary settings)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.