|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.bam.stream.AbstractMessageStream
com.caucho.bam.actor.SimpleActor
com.caucho.cloud.bam.AbstractCloudActor
com.caucho.server.repository.RepositoryActor
public class RepositoryActor
| Method Summary | |
|---|---|
boolean |
getFile(long id,
java.lang.String to,
java.lang.String from,
RequestFile requestFile)
Handle an RequestFile notification XXX: needs to be a query? |
void |
notifyAddFile(java.lang.String to,
java.lang.String from,
NotifyAddFile addFile)
NotifyAddFile notification |
void |
notifyRepositoryUpdate(java.lang.String to,
java.lang.String from,
NotifyRepositoryUpdate update)
NotifyDeployUpdate notification |
void |
requestFile(java.lang.String to,
java.lang.String from,
RequestFile requestFile)
Handle an RequestFile notification XXX: needs to be a query? |
void |
sendFile(java.lang.String to,
java.lang.String from,
SendFile sendFile)
SendFile adds a git file to the repository |
| Methods inherited from class com.caucho.cloud.bam.AbstractCloudActor |
|---|
dbgId, getBamSender, getMailboxType, getManagedBroker, getPod, registerActor |
| Methods inherited from class com.caucho.bam.actor.SimpleActor |
|---|
getActor, getAddress, getBroker, getMailbox, getSender, setAddress, setBroker, setMailbox |
| Methods inherited from class com.caucho.bam.stream.AbstractMessageStream |
|---|
isClosed, message, messageError, query, queryError, queryResult, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.caucho.bam.stream.MessageStream |
|---|
isClosed, message, messageError, query, queryError, queryResult |
| Method Detail |
|---|
@Message
public void notifyAddFile(java.lang.String to,
java.lang.String from,
NotifyAddFile addFile)
@Message
public void requestFile(java.lang.String to,
java.lang.String from,
RequestFile requestFile)
@Query
public boolean getFile(long id,
java.lang.String to,
java.lang.String from,
RequestFile requestFile)
@Message
public void sendFile(java.lang.String to,
java.lang.String from,
SendFile sendFile)
@Message
public void notifyRepositoryUpdate(java.lang.String to,
java.lang.String from,
NotifyRepositoryUpdate update)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||