hudson.remoting
Class ChannelProperty<T>
java.lang.Object
hudson.remoting.ChannelProperty<T>
public class ChannelProperty<T>
- extends Object
A convenient key type for Channel.getProperty(Object) and Channel.setProperty(Object, Object)
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public final Class<T> type
displayName
public final String displayName
ChannelProperty
public ChannelProperty(Class<T> type,
String displayName)
Copyright © 2004-2011. All Rights Reserved.