com.eurotech.framework.net.vpn.client
Class VpnClient

java.lang.Object
  extended by com.eurotech.framework.cloud.Cloudlet
      extended by com.eurotech.framework.net.vpn.client.VpnClient
All Implemented Interfaces:
CloudClientListener, ConfigurableComponent

public class VpnClient
extends Cloudlet
implements ConfigurableComponent


Field Summary
 
Fields inherited from class com.eurotech.framework.cloud.Cloudlet
DFLT_PRIORITY, DFLT_PUB_QOS, DFLT_RETAIN
 
Constructor Summary
VpnClient()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext componentContext, Map<String,Object> properties)
           
protected  void deactivate(org.osgi.service.component.ComponentContext componentContext)
           
protected  void doExec(CloudletTopic reqTopic, EsfRequestPayload reqPayload, EsfResponsePayload respPayload)
           
protected  void doGet(CloudletTopic reqTopic, EsfRequestPayload reqPayload, EsfResponsePayload respPayload)
           
static void main(String[] args)
           
 void updated(Map<String,Object> properties)
           
 
Methods inherited from class com.eurotech.framework.cloud.Cloudlet
activate, doDel, doPost, doPut, getAppId, getCloudApplicationClient, getCloudService, onConnectionEstablished, onConnectionLost, onControlMessageArrived, onMessageArrived, onMessageConfirmed, onMessagePublished, setCloudService, unsetCloudService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VpnClient

public VpnClient()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext componentContext,
                        Map<String,Object> properties)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
Overrides:
deactivate in class Cloudlet

updated

public void updated(Map<String,Object> properties)

doGet

protected void doGet(CloudletTopic reqTopic,
                     EsfRequestPayload reqPayload,
                     EsfResponsePayload respPayload)
              throws EsfException
Overrides:
doGet in class Cloudlet
Throws:
EsfException

doExec

protected void doExec(CloudletTopic reqTopic,
                      EsfRequestPayload reqPayload,
                      EsfResponsePayload respPayload)
               throws EsfException
Overrides:
doExec in class Cloudlet
Throws:
EsfException

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.