
public class BootstrapInterceptor extends AbstractInterceptor<MessagingTarget> implements Prototype<BootstrapInterceptor>
Prototype.PrototypingContextExtension.InitPriorityComparator, Extension.ShutdownPriorityComparator| Modifier and Type | Field and Description |
|---|---|
static int |
INIT_PRIORITY |
static int |
SHUTDOWN_PRIORITY |
static XDIArc |
XDI_ARC_SELF |
DEFAULT_INIT_PRIORITY, DEFAULT_SHUTDOWN_PRIORITY| Constructor and Description |
|---|
BootstrapInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
getBootstrapGraph() |
MessageEnvelope |
getBootstrapMessageEnvelope() |
XDIAddress |
getBootstrapOwner() |
XDIAddress[] |
getBootstrapOwnerSynonyms() |
boolean |
getBootstrapPublicLinkContract() |
boolean |
getBootstrapRootLinkContract() |
boolean |
getBootstrapTimestamp() |
void |
init(MessagingTarget messagingTarget) |
BootstrapInterceptor |
instanceFor(Prototype.PrototypingContext prototypingContext) |
void |
setBootstrapGraph(Graph bootstrapGraph) |
void |
setBootstrapMessageEnvelope(MessageEnvelope bootstrapMessageEnvelope) |
void |
setBootstrapOwner(XDIAddress bootstrapOwner) |
void |
setBootstrapOwnerSynonyms(String[] bootstrapOwnerSynonyms) |
void |
setBootstrapOwnerSynonyms(XDIAddress[] bootstrapOwnerSynonyms) |
void |
setBootstrapPublicLinkContract(boolean bootstrapPublicLinkContract) |
void |
setBootstrapRootLinkContract(boolean bootstrapLinkContract) |
void |
setBootstrapTimestamp(boolean bootstrapTimestamp) |
void |
shutdown(MessagingTarget messagingTarget) |
clearDisabled, clearDisabledForMessage, clearDisabledForMessageEnvelope, clearDisabledForOperation, getInitPriority, getShutdownPriority, setDisabled, setDisabledForMessage, setDisabledForMessageEnvelope, setDisabledForOperation, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearDisabled, clearDisabledForMessage, clearDisabledForMessageEnvelope, clearDisabledForOperation, getInitPriority, getShutdownPriority, setDisabled, setDisabledForMessage, setDisabledForMessageEnvelope, setDisabledForOperation, skippublic static final int INIT_PRIORITY
public static final int SHUTDOWN_PRIORITY
public static final XDIArc XDI_ARC_SELF
public BootstrapInterceptor instanceFor(Prototype.PrototypingContext prototypingContext)
instanceFor in interface Prototype<BootstrapInterceptor>public void init(MessagingTarget messagingTarget) throws Exception
init in interface Extension<MessagingTarget>init in class AbstractExtension<MessagingTarget>Exceptionpublic void shutdown(MessagingTarget messagingTarget) throws Exception
shutdown in interface Extension<MessagingTarget>shutdown in class AbstractExtension<MessagingTarget>Exceptionpublic XDIAddress getBootstrapOwner()
public void setBootstrapOwner(XDIAddress bootstrapOwner)
public XDIAddress[] getBootstrapOwnerSynonyms()
public void setBootstrapOwnerSynonyms(XDIAddress[] bootstrapOwnerSynonyms)
public void setBootstrapOwnerSynonyms(String[] bootstrapOwnerSynonyms)
public boolean getBootstrapRootLinkContract()
public void setBootstrapRootLinkContract(boolean bootstrapLinkContract)
public boolean getBootstrapPublicLinkContract()
public void setBootstrapPublicLinkContract(boolean bootstrapPublicLinkContract)
public boolean getBootstrapTimestamp()
public void setBootstrapTimestamp(boolean bootstrapTimestamp)
public Graph getBootstrapGraph()
public void setBootstrapGraph(Graph bootstrapGraph)
public MessageEnvelope getBootstrapMessageEnvelope()
public void setBootstrapMessageEnvelope(MessageEnvelope bootstrapMessageEnvelope)
Copyright © 2015. All Rights Reserved.