org.teleal.cling.model
Class Resource<M>
java.lang.Object
org.teleal.cling.model.Resource<M>
public class Resource<M>
- extends Object
Resource
public Resource(URI localURI,
M model)
Resource
public Resource(Resource.Type type,
URI localURI,
M model)
getType
public Resource.Type getType()
getLocalURI
public URI getLocalURI()
getModel
public M getModel()
getLocalPathQuery
public URI getLocalPathQuery()
matchesPathQuery
public boolean matchesPathQuery(URI pathQuery)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
maintain
public void maintain(List<Runnable> pendingExecutions,
ExpirationDetails expirationDetails)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.