|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teleal.cling.model.gena.GENASubscription<RemoteService>
org.teleal.cling.model.gena.RemoteGENASubscription
public abstract class RemoteGENASubscription
| Field Summary | |
|---|---|
static String |
ALL_STATE_VARIABLE_VALUES
|
protected PropertyChangeSupport |
propertyChangeSupport
|
| Fields inherited from class org.teleal.cling.model.gena.GENASubscription |
|---|
actualDurationSeconds, currentSequence, currentValues, requestedDurationSeconds, service, subscriptionId |
| Constructor Summary | |
|---|---|
protected |
RemoteGENASubscription(RemoteService service)
|
protected |
RemoteGENASubscription(RemoteService service,
int requestedDurationSeconds)
|
| Method Summary | |
|---|---|
void |
end(CancelReason reason,
UpnpResponse response)
|
abstract void |
ended(CancelReason reason,
UpnpResponse responseStatus)
|
void |
establish()
|
abstract void |
eventsMissed(int numberOfMissedEvents)
|
void |
fail(UpnpResponse responseStatus)
|
abstract void |
failed(UpnpResponse responseStatus)
|
URL |
getEventCallbackURL(Namespace namespace)
|
URL |
getEventSubscriptionURL()
|
PropertyChangeSupport |
getPropertyChangeSupport()
|
void |
receive(UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> newValues)
|
String |
toString()
|
| Methods inherited from class org.teleal.cling.model.gena.GENASubscription |
|---|
established, eventReceived, getActualDurationSeconds, getCurrentSequence, getCurrentValues, getRequestedDurationSeconds, getService, getSubscriptionId, setActualSubscriptionDurationSeconds, setSubscriptionId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ALL_STATE_VARIABLE_VALUES
protected PropertyChangeSupport propertyChangeSupport
| Constructor Detail |
|---|
protected RemoteGENASubscription(RemoteService service)
protected RemoteGENASubscription(RemoteService service,
int requestedDurationSeconds)
| Method Detail |
|---|
public URL getEventSubscriptionURL()
public URL getEventCallbackURL(Namespace namespace)
public PropertyChangeSupport getPropertyChangeSupport()
public void establish()
public void fail(UpnpResponse responseStatus)
public void end(CancelReason reason,
UpnpResponse response)
public void receive(UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> newValues)
public abstract void failed(UpnpResponse responseStatus)
public abstract void ended(CancelReason reason,
UpnpResponse responseStatus)
public abstract void eventsMissed(int numberOfMissedEvents)
public String toString()
toString in class GENASubscription<RemoteService>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||