Uses of Interface
org.hcjf.utils.bson.BsonParcelable
-
-
Uses of BsonParcelable in org.hcjf.cloud.impl.messages
Classes in org.hcjf.cloud.impl.messages that implement BsonParcelable Modifier and Type Class Description classAckMessageclassBusyNodeMessageclassEventMessageclassHidePathMessageclassInvokeMessageclassKeepAliveMessageclassLayerInvokeMessageclassLockMessageclassMethodInvokeMessageclassMethodResponseMessageclassNodeIdentificationMessageclassPublishLayerMessageclassPublishObjectMessagestatic classPublishObjectMessage.PathclassPublishPathMessageclassPublishPluginMessageclassServiceDefinitionMessageclassServiceDefinitionResponseMessageclassShutdownMessageclassSignalAllMessageclassSignalMessageclassTestNodeMessageclassUnlockMessage -
Uses of BsonParcelable in org.hcjf.cloud.impl.network
Classes in org.hcjf.cloud.impl.network that implement BsonParcelable Modifier and Type Class Description classNetworkComponentclassNodeclassServiceEndPoint -
Uses of BsonParcelable in org.hcjf.events
Subinterfaces of BsonParcelable in org.hcjf.events Modifier and Type Interface Description interfaceDistributedEvent -
Uses of BsonParcelable in org.hcjf.io.console
Classes in org.hcjf.io.console that implement BsonParcelable Modifier and Type Class Description classServerMetadataServer metadata model.classSessionMetadataSession metadata model. -
Uses of BsonParcelable in org.hcjf.io.console.messages
Classes in org.hcjf.io.console.messages that implement BsonParcelable Modifier and Type Class Description classEvaluateQueryableMessageThis message contains a queryable to execute.classExecuteMessageThis message contains the command information.classGetMetadataMessageThis message is to make the server return the metadata.classLoadPluginMessageThis message contains the plugin file.classLoginMessageThis message contains the login information. -
Uses of BsonParcelable in org.hcjf.io.net.messages
Classes in org.hcjf.io.net.messages that implement BsonParcelable Modifier and Type Class Description classEncryptedMessageThis kind of message are only a wrapper that contains the original message encrypted.classMessageclassMessageCollectionclassResponseMessageThis kind of messges are to send a response for a particular message. -
Uses of BsonParcelable in org.hcjf.layers.query
Subinterfaces of BsonParcelable in org.hcjf.layers.query Modifier and Type Interface Description interfaceQueryableClasses in org.hcjf.layers.query that implement BsonParcelable Modifier and Type Class Description classJoinableMapThis is a wrapper of map implementation wit the joinable implementation.classParameterizedQueryThis class contains a query instance to evaluate using the parameters associated to this instance.classQueryThis class contains all the parameter needed to create a query.Methods in org.hcjf.layers.query with type parameters of type BsonParcelable Modifier and Type Method Description <P extends BsonParcelable>
PJoinableMap. populate(org.hcjf.bson.BsonDocument document)This method populate the joinable map with the information into the bson document.<P extends BsonParcelable>
PParameterizedQuery. populate(org.hcjf.bson.BsonDocument document)<P extends BsonParcelable>
PQuery. populate(org.hcjf.bson.BsonDocument document)This particular implementation do nothing to populate the instance. -
Uses of BsonParcelable in org.hcjf.service.security
Classes in org.hcjf.service.security that implement BsonParcelable Modifier and Type Class Description static classGrants.GrantSystem grant representation. -
Uses of BsonParcelable in org.hcjf.utils.bson
Classes in org.hcjf.utils.bson with type parameters of type BsonParcelable Modifier and Type Interface Description interfaceBsonCustomBuilderLayer<P extends BsonParcelable>This kind of layers provides a custom way to create a instance from a bson document.Classes in org.hcjf.utils.bson that implement BsonParcelable Modifier and Type Class Description classBsonParcelableMapMethods in org.hcjf.utils.bson with type parameters of type BsonParcelable Modifier and Type Method Description static <P extends BsonParcelable>
PBsonParcelable.Builder. create(org.hcjf.bson.BsonDocument document)default <P extends BsonParcelable>
PBsonParcelable. populate(org.hcjf.bson.BsonDocument document)Populate the current instance of parcelable with all the information into the bson document.<P extends BsonParcelable>
PBsonParcelableMap. populate(org.hcjf.bson.BsonDocument document)Populate the current instance of parcelable with all the information into the bson document.
-