Package com.sodius.oslc.client.oauth
Class OAuthStore.OAuthStoreSerializable
- java.lang.Object
-
- com.sodius.oslc.client.oauth.OAuthStore.OAuthStoreSerializable
-
- All Implemented Interfaces:
Externalizable
,Serializable
- Enclosing class:
- OAuthStore
public static class OAuthStore.OAuthStoreSerializable extends Object implements Externalizable
Serializable equivalent for OAuth Store to support clustered environments- See Also:
OAuthStore.getExternalizable()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthStoreSerializable()
OAuthStoreSerializable constructor /!\ this constructor is only used by Java serialization to read an instance from a stream
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
-