|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transmitter | |
---|---|
net.ponder2 | |
net.ponder2.comms |
Uses of Transmitter in net.ponder2 |
---|
Methods in net.ponder2 that return Transmitter | |
---|---|
static Transmitter |
ExternalManagedObject.getRemote(java.net.URI location)
gets the protocol code for the given URI. |
Methods in net.ponder2 with parameters of type Transmitter | |
---|---|
static void |
ExternalManagedObject.registerProtocol(java.lang.String name,
Transmitter protocol,
java.net.URI address)
Registers an external protocol so that it can be used as a transport mechanism. |
Uses of Transmitter in net.ponder2.comms |
---|
Classes in net.ponder2.comms that implement Transmitter | |
---|---|
class |
TransmitterImpl
Describes the methods that all Ponder2 comms protocols for inter-SMC communication must supply |
Methods in net.ponder2.comms that return Transmitter | |
---|---|
Transmitter |
TransmitterImpl.connect(java.net.URI address)
creates and connects a Transmitter to a remote location. |
Transmitter |
Transmitter.connect(java.net.URI address)
creates and connects a Transmitter to a remote location. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |