|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.rpc.SenderFactory
public final class SenderFactory
| Constructor Summary | |
|---|---|
SenderFactory(IoSession session,
java.util.List<java.lang.String> protocols)
|
|
SenderFactory(ObjectOutputStream<Message> session,
java.util.List<java.lang.String> protocols)
|
|
| Method Summary | ||
|---|---|---|
|
getInterface(java.lang.Class<I> theInterface)
Return a proxy/representation of this object that is compatible with the requested interface. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SenderFactory(ObjectOutputStream<Message> session,
java.util.List<java.lang.String> protocols)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public SenderFactory(IoSession session,
java.util.List<java.lang.String> protocols)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException| Method Detail |
|---|
public <I> I getInterface(java.lang.Class<I> theInterface)
Unknown
getInterface in interface UnknowntheInterface - Java class object representing the interface
you would like.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||