hudson.remoting
Class ChannelProperty<T>

java.lang.Object
  extended by 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

Field Summary
 String displayName
           
 Class<T> type
           
 
Constructor Summary
ChannelProperty(Class<T> type, 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 Class<T> type

displayName

public final String displayName
Constructor Detail

ChannelProperty

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


Copyright © 2004-2011. All Rights Reserved.