org.teleal.cling.support.connectionmanager.callback
Class GetProtocolInfo
java.lang.Object
org.teleal.cling.controlpoint.ActionCallback
org.teleal.cling.support.connectionmanager.callback.GetProtocolInfo
- All Implemented Interfaces:
- java.lang.Runnable
public abstract class GetProtocolInfo
- extends org.teleal.cling.controlpoint.ActionCallback
- Author:
- Christian Bauer
| Nested classes/interfaces inherited from class org.teleal.cling.controlpoint.ActionCallback |
org.teleal.cling.controlpoint.ActionCallback.Default |
| Fields inherited from class org.teleal.cling.controlpoint.ActionCallback |
actionInvocation, controlPoint |
|
Constructor Summary |
|
GetProtocolInfo(org.teleal.cling.model.meta.Service service)
|
protected |
GetProtocolInfo(org.teleal.cling.model.meta.Service service,
org.teleal.cling.controlpoint.ControlPoint controlPoint)
|
|
Method Summary |
abstract void |
received(org.teleal.cling.model.action.ActionInvocation actionInvocation,
ProtocolInfos sinkProtocolInfos,
ProtocolInfos sourceProtocolInfos)
|
void |
success(org.teleal.cling.model.action.ActionInvocation invocation)
|
| Methods inherited from class org.teleal.cling.controlpoint.ActionCallback |
createDefaultFailureMessage, failure, getActionInvocation, getControlPoint, run, setControlPoint, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetProtocolInfo
public GetProtocolInfo(org.teleal.cling.model.meta.Service service)
GetProtocolInfo
protected GetProtocolInfo(org.teleal.cling.model.meta.Service service,
org.teleal.cling.controlpoint.ControlPoint controlPoint)
success
public void success(org.teleal.cling.model.action.ActionInvocation invocation)
- Specified by:
success in class org.teleal.cling.controlpoint.ActionCallback
received
public abstract void received(org.teleal.cling.model.action.ActionInvocation actionInvocation,
ProtocolInfos sinkProtocolInfos,
ProtocolInfos sourceProtocolInfos)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.