
ildfly-clustering-marshalling-api.34.0.1.Final.source-code.java.util.concurrent.atomic.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-marshalling-api Show documentation
Show all versions of wildfly-clustering-marshalling-api Show documentation
Public module containing interfaces to be implemented by applications and internal modules to optimize marshalling behavior for both distributable @Stateful Jakarta Enterprise Beans and HTTP sessions.
The API is independent of the backing marshalling framework.
package java.util.concurrent.atomic;
// IDs: 80 - 89
/**
* @TypeId(80)
*/
message AtomicBoolean {
optional bool value = 1;
}
/**
* @TypeId(81)
*/
message AtomicInteger {
optional sint32 value = 1;
}
/**
* @TypeId(82)
*/
message AtomicLong {
optional sint64 value = 1;
}
/**
* @TypeId(83)
*/
message AtomicReference {
optional bytes value = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy