All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-clustering-marshalling-api.34.0.1.Final.source-code.java.util.concurrent.atomic.proto Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 35.0.0.Final
Show newest version
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