hudson.remoting
Class ChannelProperty<T>

java.lang.Object
  extended by hudson.remoting.ChannelProperty<T>
All Implemented Interfaces:
java.io.Serializable

public class ChannelProperty<T>
extends java.lang.Object
implements java.io.Serializable

A convenient key type for Channel.getProperty(Object) and Channel.setProperty(Object, Object)

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Field Summary
 java.lang.String displayName
           
 java.lang.Class<T> type
           
 
Constructor Summary
ChannelProperty(java.lang.Class<T> type, java.lang.String displayName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final java.lang.Class<T> type

displayName

public final java.lang.String displayName
Constructor Detail

ChannelProperty

public ChannelProperty(java.lang.Class<T> type,
                       java.lang.String displayName)


Copyright © 2013. All Rights Reserved.