org.resoa.stack.protocol.service.impl
Class ProfileUpdate

java.lang.Object
  extended by org.resoa.stack.protocol.service.ProtocolServiceImpl
      extended by org.resoa.stack.protocol.service.impl.ProfileHandler
          extended by org.resoa.stack.protocol.service.impl.ProfileUpdate
All Implemented Interfaces:
ProtocolService

public class ProfileUpdate
extends ProfileHandler

Profile updates are used i.e. for promoting other channel subscriptions during runtime


Field Summary
 
Fields inherited from class org.resoa.stack.protocol.service.ProtocolServiceImpl
logger, protserviceID, stack
 
Constructor Summary
ProfileUpdate(Stack stack)
          Constructor
 
Method Summary
protected  void onNewProfileArrival(org.resoa.stack.config.StackProfile profile, Session session)
          Invoked in case a new profile has arrived
static java.lang.String SERVICEID()
          Returns the serviceID
 
Methods inherited from class org.resoa.stack.protocol.service.impl.ProfileHandler
onExecute, onNewMessage
 
Methods inherited from class org.resoa.stack.protocol.service.ProtocolServiceImpl
execute, getActivationMap, isActive, setActivationMap, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileUpdate

public ProfileUpdate(Stack stack)
Constructor

Method Detail

SERVICEID

public static java.lang.String SERVICEID()
Returns the serviceID

Returns:
the serviceID

onNewProfileArrival

protected void onNewProfileArrival(org.resoa.stack.config.StackProfile profile,
                                   Session session)
                            throws org.resoa.exception.ProtocolException,
                                   java.security.InvalidKeyException
Description copied from class: ProfileHandler
Invoked in case a new profile has arrived

Specified by:
onNewProfileArrival in class ProfileHandler
Throws:
org.resoa.exception.ProtocolException
java.security.InvalidKeyException


Copyright © 2007 www.resoa.org. All Rights Reserved.