Junction for Java 0.7.0
Package Index
|
Class Index
edu.stanford.junction
edu.stanford.junction.addon
edu.stanford.junction.api.activity
edu.stanford.junction.api.messaging
edu.stanford.junction.api.messaging.target
edu.stanford.junction.director
edu.stanford.junction.extra
edu.stanford.junction.props2
edu.stanford.junction.props2.sample
edu.stanford.junction.provider
edu.stanford.junction.provider.irc
edu.stanford.junction.provider.jvm
edu.stanford.junction.provider.jx
edu.stanford.junction.provider.jx.json
edu.stanford.junction.provider.xmpp
edu.stanford.junction.sample.helloworld
edu.stanford.junction.sample.sql
edu.stanford.junction.simulator
edu.stanford.junction.test.multiconnect
Classes
QueryHandler
SendQuery
SQLActor
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
QueryHandler
extends
MessageHandler
java.lang.Object
↳
edu.stanford.junction.api.messaging.MessageHandler
↳
edu.stanford.junction.sample.sql.QueryHandler
Summary
Public Constructors
QueryHandler
(
JunctionActor
actor)
Public Methods
static void
main
(
String[]
argv)
void
onMessageReceived
(
MessageHeader
header,
JSONObject
message)
Message handling
[Expand]
Inherited Methods
From class
edu.stanford.junction.api.messaging.MessageHandler
abstract void
onMessageReceived
(
MessageHeader
header,
JSONObject
message)
Message handling
List
<
String
>
supportedActors
()
List
<
String
>
supportedChannels
()
List
<
String
>
supportedRoles
()
Stream-selecting filters; These filters allow Junction to route messages using the network's capabilities.
boolean
supportsMessage
(
JSONObject
message)
Message-level filter These filters may be convenient for the end-user.
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
QueryHandler
(
JunctionActor
actor)
Public Methods
public static void
main
(
String[]
argv)
Throws
JSONException
public void
onMessageReceived
(
MessageHeader
header,
JSONObject
message)
Message handling