Uses of Class
org.teleal.cling.model.gena.CancelReason

Packages that use CancelReason
org.teleal.cling.controlpoint   
org.teleal.cling.model.gena   
 

Uses of CancelReason in org.teleal.cling.controlpoint
 

Methods in org.teleal.cling.controlpoint with parameters of type CancelReason
protected abstract  void SubscriptionCallback.ended(GENASubscription subscription, CancelReason reason, UpnpResponse responseStatus)
          Called when a local or remote subscription ended, either on user request or because of a failure.
 

Uses of CancelReason in org.teleal.cling.model.gena
 

Methods in org.teleal.cling.model.gena that return CancelReason
static CancelReason CancelReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CancelReason[] CancelReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teleal.cling.model.gena with parameters of type CancelReason
 void LocalGENASubscription.end(CancelReason reason)
          Removes a property change listener on the ServiceManager.
 void RemoteGENASubscription.end(CancelReason reason, UpnpResponse response)
           
abstract  void LocalGENASubscription.ended(CancelReason reason)
           
abstract  void RemoteGENASubscription.ended(CancelReason reason, UpnpResponse responseStatus)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.