|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.remoting.ChannelProperty<T>
public class ChannelProperty<T>
A convenient key type for Channel.getProperty(Object) and Channel.setProperty(Object, Object)
| 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 |
|---|
public final java.lang.Class<T> type
public final java.lang.String displayName
| Constructor Detail |
|---|
public ChannelProperty(java.lang.Class<T> type,
java.lang.String displayName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||