@Immutable public interface Stand
Modifier and Type | Interface and Description |
---|---|
static class |
Stand.BrokenXemblyException
When Xembly can't be accepted.
|
Modifier and Type | Field and Description |
---|---|
static URI |
QUEUE
Public Amazon SQS queue where anyone can report their details.
|
Modifier and Type | Method and Description |
---|---|
Spec |
acl()
Get its ACL.
|
String |
name()
Name of it.
|
com.jcabi.urn.URN |
owner()
Owner of it.
|
void |
post(Coordinates pulse,
long nano,
String xembly)
Post new xembly script to the pulse of the stand.
|
Pulses |
pulses()
Get all pulses.
|
void |
update(Spec acl,
Spec widgets)
Update it.
|
Spec |
widgets()
Get spec of widgets.
|
static final URI QUEUE
@NotNull(message="owner of stand is never NULL") com.jcabi.urn.URN owner()
void update(@NotNull(message="ACL can\'t be NULL") Spec acl, @NotNull(message="spec of widgets is never NULL") Spec widgets)
acl
- ACL to savewidgets
- Widgets spec to save@NotNull(message="collection of pulses is never NULL") Pulses pulses()
void post(@NotNull(message="pulse can\'t be NULL") Coordinates pulse, long nano, @NotNull(message="text can\'t be NULL") String xembly)
pulse
- Unique pulse namenano
- Order of the script in logxembly
- Xembly scriptCopyright © 2009–2014 Rultor Inc.. All rights reserved.